Html Css Color HEX #BCF0CA Granny Apple

📋 copy color: '#BCF0CA'

red 188 ◦ green 240 ◦ blue 202

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

Shades of Granny Apple #BCF0CA

Tints of Granny Apple #BCF0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.06%

R = 29.84%
G = 38.1%
B = 32.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#BCF0CA (or 0xBCF0CA) is known color: Granny Apple. HEX triplet: BC, F0 and CA. RGB value is (188,240,202). Sum of RGB (Red+Green+Blue) = 188+240+202=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0CA is #430F35. Grayscale: #DCDCDC. Windows color (decimal): -4394806 or 13299900. OLE color: 13299900.

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

Color convert

RGB 188 240 202 -
CMYK 0.22 0 0.16 0.06
HSL 136.15º 0.63% 0.84% -
HSV(B) 136.15º 0.22% 0.94% -
XYZ 62.56 77.28 67.5 -
YUV 220.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 188 240 202 0.22 0 0.16 0.06 136.15 0.63 0.84
Hex BC F0 CA 16 0 10 6 88 3F 54
Octal 274 360 312 26 0 20 6 210 77 124
Binary 10111100 11110000 11001010 10110 0 10000 110 10001000 111111 1010100

Color Harmonies of #BCF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0CA

Black with #BCF0CA

Text Example


Text Example

White with #BCF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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