Html Css Color HEX #BCF5CC Granny Apple

📋 copy color: '#BCF5CC'

red 188 ◦ green 245 ◦ blue 204

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

Shades of Granny Apple #BCF5CC

Tints of Granny Apple #BCF5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.46%

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

R = 29.51%
G = 38.46%
B = 32.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#BCF5CC (or 0xBCF5CC) is known color: Granny Apple. HEX triplet: BC, F5 and CC. RGB value is (188,245,204). Sum of RGB (Red+Green+Blue) = 188+245+204=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5CC is #430A33. Grayscale: #DFDFDF. Windows color (decimal): -4393524 or 13432252. OLE color: 13432252.

HSL color Cylindrical-coordinate representation of color #BCF5CC: hue angle of 136.84º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5CC is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 204 -
CMYK 0.23 0 0.17 0.04
HSL 136.84º 0.74% 0.85% -
HSV(B) 136.84º 0.23% 0.96% -
XYZ 64.29 80.36 69.25 -
YUV 223.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 188 245 204 0.23 0 0.17 0.04 136.84 0.74 0.85
Hex BC F5 CC 17 0 11 4 89 4A 55
Octal 274 365 314 27 0 21 4 211 112 125
Binary 10111100 11110101 11001100 10111 0 10001 100 10001001 1001010 1010101

Color Harmonies of #BCF5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5CC

Black with #BCF5CC

Text Example


Text Example

White with #BCF5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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