Html Css Color HEX #BCF3CB Granny Apple

📋 copy color: '#BCF3CB'

red 188 ◦ green 243 ◦ blue 203

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

Shades of Granny Apple #BCF3CB

Tints of Granny Apple #BCF3CB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.33%

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

R = 29.65%
G = 38.33%
B = 32.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#BCF3CB (or 0xBCF3CB) is known color: Granny Apple. HEX triplet: BC, F3 and CB. RGB value is (188,243,203). Sum of RGB (Red+Green+Blue) = 188+243+203=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3CB is #430C34. Grayscale: #DEDEDE. Windows color (decimal): -4394037 or 13366204. OLE color: 13366204.

HSL color Cylindrical-coordinate representation of color #BCF3CB: hue angle of 136.36º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3CB is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 203 -
CMYK 0.23 0 0.16 0.05
HSL 136.36º 0.7% 0.85% -
HSV(B) 136.36º 0.23% 0.95% -
XYZ 63.57 79.1 68.42 -
YUV 222 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 188 243 203 0.23 0 0.16 0.05 136.36 0.7 0.85
Hex BC F3 CB 17 0 10 5 88 46 55
Octal 274 363 313 27 0 20 5 210 106 125
Binary 10111100 11110011 11001011 10111 0 10000 101 10001000 1000110 1010101

Color Harmonies of #BCF3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF3CB

Black with #BCF3CB

Text Example


Text Example

White with #BCF3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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