Html Css Color HEX #BCF2CE Granny Apple

📋 copy color: '#BCF2CE'

red 188 ◦ green 242 ◦ blue 206

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

Shades of Granny Apple #BCF2CE

Tints of Granny Apple #BCF2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.05%

 BLUE value IS 206 (80.86% from 255) = 32.39%

R = 29.56%
G = 38.05%
B = 32.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#BCF2CE (or 0xBCF2CE) is known color: Granny Apple. HEX triplet: BC, F2 and CE. RGB value is (188,242,206). Sum of RGB (Red+Green+Blue) = 188+242+206=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2CE is #430D31. Grayscale: #DDDDDD. Windows color (decimal): -4394290 or 13562556. OLE color: 13562556.

HSL color Cylindrical-coordinate representation of color #BCF2CE: hue angle of 140º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2CE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 206 -
CMYK 0.22 0 0.15 0.05
HSL 140º 0.68% 0.84% -
HSV(B) 140º 0.22% 0.95% -
XYZ 63.63 78.65 70.22 -
YUV 221.75 119.11 103.93 -
System Red Green Blue C M Y K H S L
Decimal 188 242 206 0.22 0 0.15 0.05 140 0.68 0.84
Hex BC F2 CE 16 0 F 5 8C 44 54
Octal 274 362 316 26 0 17 5 214 104 124
Binary 10111100 11110010 11001110 10110 0 1111 101 10001100 1000100 1010100

Color Harmonies of #BCF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2CE

Black with #BCF2CE

Text Example


Text Example

White with #BCF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2CE; }

 p { color: rgb(188,242,206); }

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

background-color css

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

 a { background-color: rgb(188,242,206); }

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

border-color css

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

 span { border-color: rgb(188,242,206); }

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