Html Css Color HEX #BCF8CB Granny Apple

📋 copy color: '#BCF8CB'

red 188 ◦ green 248 ◦ blue 203

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

Shades of Granny Apple #BCF8CB

Tints of Granny Apple #BCF8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.81%

 BLUE value IS 203 (79.69% from 255) = 31.77%

R = 29.42%
G = 38.81%
B = 31.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#BCF8CB (or 0xBCF8CB) is known color: Granny Apple. HEX triplet: BC, F8 and CB. RGB value is (188,248,203). Sum of RGB (Red+Green+Blue) = 188+248+203=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8CB is #430734. Grayscale: #E1E1E1. Windows color (decimal): -4392757 or 13367484. OLE color: 13367484.

HSL color Cylindrical-coordinate representation of color #BCF8CB: hue angle of 135º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8CB is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 248 203 -
CMYK 0.24 0 0.18 0.03
HSL 135º 0.81% 0.85% -
HSV(B) 135º 0.24% 0.97% -
XYZ 65.09 82.14 68.92 -
YUV 224.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 188 248 203 0.24 0 0.18 0.03 135 0.81 0.85
Hex BC F8 CB 18 0 12 3 87 51 55
Octal 274 370 313 30 0 22 3 207 121 125
Binary 10111100 11111000 11001011 11000 0 10010 11 10000111 1010001 1010101

Color Harmonies of #BCF8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF8CB

Black with #BCF8CB

Text Example


Text Example

White with #BCF8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF8CB; }

 p { color: rgb(188,248,203); }

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

background-color css

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

 a { background-color: rgb(188,248,203); }

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

border-color css

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

 span { border-color: rgb(188,248,203); }

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