Html Css Color HEX #BCF5CE Granny Apple

📋 copy color: '#BCF5CE'

red 188 ◦ green 245 ◦ blue 206

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

Shades of Granny Apple #BCF5CE

Tints of Granny Apple #BCF5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.24%

R = 29.42%
G = 38.34%
B = 32.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#BCF5CE (or 0xBCF5CE) is known color: Granny Apple. HEX triplet: BC, F5 and CE. RGB value is (188,245,206). Sum of RGB (Red+Green+Blue) = 188+245+206=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5CE is #430A31. Grayscale: #DFDFDF. Windows color (decimal): -4393522 or 13563324. OLE color: 13563324.

HSL color Cylindrical-coordinate representation of color #BCF5CE: hue angle of 138.95º 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 #BCF5CE is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 206 -
CMYK 0.23 0 0.16 0.04
HSL 138.95º 0.74% 0.85% -
HSV(B) 138.95º 0.23% 0.96% -
XYZ 64.53 80.45 70.52 -
YUV 223.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 188 245 206 0.23 0 0.16 0.04 138.95 0.74 0.85
Hex BC F5 CE 17 0 10 4 8B 4A 55
Octal 274 365 316 27 0 20 4 213 112 125
Binary 10111100 11110101 11001110 10111 0 10000 100 10001011 1001010 1010101

Color Harmonies of #BCF5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5CE

Black with #BCF5CE

Text Example


Text Example

White with #BCF5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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