Html Css Color HEX #BCF0CC Granny Apple

📋 copy color: '#BCF0CC'

red 188 ◦ green 240 ◦ blue 204

#BCF0CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #BCF0CC

Tints of Granny Apple #BCF0CC

RGB

 RED value IS 188 (73.83% from 255) = 29.75%

 GREEN value IS 240 (94.14% from 255) = 37.97%

 BLUE value IS 204 (80.08% from 255) = 32.28%

R = 29.75%
G = 37.97%
B = 32.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCF0CC (or 0xBCF0CC) is known color: Granny Apple. HEX triplet: BC, F0 and CC. RGB value is (188,240,204). Sum of RGB (Red+Green+Blue) = 188+240+204=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0CC is #430F33. Grayscale: #DCDCDC. Windows color (decimal): -4394804 or 13430972. OLE color: 13430972.

HSL color Cylindrical-coordinate representation of color #BCF0CC: hue angle of 138.46º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0CC is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 204 -
CMYK 0.22 0 0.15 0.06
HSL 138.46º 0.63% 0.84% -
HSV(B) 138.46º 0.22% 0.94% -
XYZ 62.8 77.37 68.75 -
YUV 220.35 118.77 104.93 -
System Red Green Blue C M Y K H S L
Decimal 188 240 204 0.22 0 0.15 0.06 138.46 0.63 0.84
Hex BC F0 CC 16 0 F 6 8A 3F 54
Octal 274 360 314 26 0 17 6 212 77 124
Binary 10111100 11110000 11001100 10110 0 1111 110 10001010 111111 1010100

Color Harmonies of #BCF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0CC

Black with #BCF0CC

Text Example


Text Example

White with #BCF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0CC; }

 p { color: rgb(188,240,204); }

 H1.HeaderClassName
 {
   color: #BCF0CC;
 }
 .AnyTagClassName
 {
   color: #BCF0CC;
 }
</style>

background-color css

<style>
 a { background-color: #BCF0CC; }

 a { background-color: rgb(188,240,204); }

 div.DivClassName
 {
   background-color: #BCF0CC;
 }
 .BgClassName
 {
   background-color: #BCF0CC;
 }
</style>

border-color css

<style>
 span { border-color: #BCF0CC; }

 span { border-color: rgb(188,240,204); }

 td.TdClassName
 {
   border-color: #BCF0CC;
 }
 .TagClassName
 {
   border-color: #BCF0CC;
 }
</style>