Html Css Color HEX #BCF1CE Granny Apple

📋 copy color: '#BCF1CE'

red 188 ◦ green 241 ◦ blue 206

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

Shades of Granny Apple #BCF1CE

Tints of Granny Apple #BCF1CE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.95%

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

R = 29.61%
G = 37.95%
B = 32.44%

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

#BCF1CE (or 0xBCF1CE) is known color: Granny Apple. HEX triplet: BC, F1 and CE. RGB value is (188,241,206). Sum of RGB (Red+Green+Blue) = 188+241+206=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1CE is #430E31. Grayscale: #DDDDDD. Windows color (decimal): -4394546 or 13562300. OLE color: 13562300.

HSL color Cylindrical-coordinate representation of color #BCF1CE: hue angle of 140.38º degrees, saturation: 0.65, 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 #BCF1CE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 206 -
CMYK 0.22 0 0.15 0.05
HSL 140.38º 0.65% 0.84% -
HSV(B) 140.38º 0.22% 0.95% -
XYZ 63.33 78.06 70.12 -
YUV 221.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 188 241 206 0.22 0 0.15 0.05 140.38 0.65 0.84
Hex BC F1 CE 16 0 F 5 8C 41 54
Octal 274 361 316 26 0 17 5 214 101 124
Binary 10111100 11110001 11001110 10110 0 1111 101 10001100 1000001 1010100

Color Harmonies of #BCF1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1CE

Black with #BCF1CE

Text Example


Text Example

White with #BCF1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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