Html Css Color HEX #BCF7CB Granny Apple

📋 copy color: '#BCF7CB'

red 188 ◦ green 247 ◦ blue 203

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

Shades of Granny Apple #BCF7CB

Tints of Granny Apple #BCF7CB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.71%

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

R = 29.47%
G = 38.71%
B = 31.82%

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

#BCF7CB (or 0xBCF7CB) is known color: Granny Apple. HEX triplet: BC, F7 and CB. RGB value is (188,247,203). Sum of RGB (Red+Green+Blue) = 188+247+203=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7CB is #430834. Grayscale: #E0E0E0. Windows color (decimal): -4393013 or 13367228. OLE color: 13367228.

HSL color Cylindrical-coordinate representation of color #BCF7CB: hue angle of 135.25º degrees, saturation: 0.79, 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 #BCF7CB is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 203 -
CMYK 0.24 0 0.18 0.03
HSL 135.25º 0.79% 0.85% -
HSV(B) 135.25º 0.24% 0.97% -
XYZ 64.78 81.52 68.82 -
YUV 224.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 188 247 203 0.24 0 0.18 0.03 135.25 0.79 0.85
Hex BC F7 CB 18 0 12 3 87 4F 55
Octal 274 367 313 30 0 22 3 207 117 125
Binary 10111100 11110111 11001011 11000 0 10010 11 10000111 1001111 1010101

Color Harmonies of #BCF7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF7CB

Black with #BCF7CB

Text Example


Text Example

White with #BCF7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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