Html Css Color HEX #BCF0CE Granny Apple

📋 copy color: '#BCF0CE'

red 188 ◦ green 240 ◦ blue 206

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

Shades of Granny Apple #BCF0CE

Tints of Granny Apple #BCF0CE

RGB

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

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

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

R = 29.65%
G = 37.85%
B = 32.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#BCF0CE (or 0xBCF0CE) is known color: Granny Apple. HEX triplet: BC, F0 and CE. RGB value is (188,240,206). Sum of RGB (Red+Green+Blue) = 188+240+206=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0CE is #430F31. Grayscale: #DCDCDC. Windows color (decimal): -4394802 or 13562044. OLE color: 13562044.

HSL color Cylindrical-coordinate representation of color #BCF0CE: hue angle of 140.77º 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 #BCF0CE is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 206 -
CMYK 0.22 0 0.14 0.06
HSL 140.77º 0.63% 0.84% -
HSV(B) 140.77º 0.22% 0.94% -
XYZ 63.04 77.47 70.02 -
YUV 220.58 119.77 104.76 -
System Red Green Blue C M Y K H S L
Decimal 188 240 206 0.22 0 0.14 0.06 140.77 0.63 0.84
Hex BC F0 CE 16 0 E 6 8D 3F 54
Octal 274 360 316 26 0 16 6 215 77 124
Binary 10111100 11110000 11001110 10110 0 1110 110 10001101 111111 1010100

Color Harmonies of #BCF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0CE

Black with #BCF0CE

Text Example


Text Example

White with #BCF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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