Html Css Color HEX #BCF0C8 Granny Apple

📋 copy color: '#BCF0C8'

red 188 ◦ green 240 ◦ blue 200

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

Shades of Granny Apple #BCF0C8

Tints of Granny Apple #BCF0C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.85%

R = 29.94%
G = 38.22%
B = 31.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#BCF0C8 (or 0xBCF0C8) is known color: Granny Apple. HEX triplet: BC, F0 and C8. RGB value is (188,240,200). Sum of RGB (Red+Green+Blue) = 188+240+200=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0C8 is #430F37. Grayscale: #DCDCDC. Windows color (decimal): -4394808 or 13168828. OLE color: 13168828.

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

Color convert

RGB 188 240 200 -
CMYK 0.22 0 0.17 0.06
HSL 133.85º 0.63% 0.84% -
HSV(B) 133.85º 0.22% 0.94% -
XYZ 62.32 77.18 66.26 -
YUV 219.89 116.77 105.25 -
System Red Green Blue C M Y K H S L
Decimal 188 240 200 0.22 0 0.17 0.06 133.85 0.63 0.84
Hex BC F0 C8 16 0 11 6 86 3F 54
Octal 274 360 310 26 0 21 6 206 77 124
Binary 10111100 11110000 11001000 10110 0 10001 110 10000110 111111 1010100

Color Harmonies of #BCF0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0C8

Black with #BCF0C8

Text Example


Text Example

White with #BCF0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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