Html Css Color HEX #BBFACE Granny Apple

📋 copy color: '#BBFACE'

red 187 ◦ green 250 ◦ blue 206

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

Shades of Granny Apple #BBFACE

Tints of Granny Apple #BBFACE

RGB

 RED value IS 187 (73.44% from 255) = 29.08%

 GREEN value IS 250 (98.05% from 255) = 38.88%

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

R = 29.08%
G = 38.88%
B = 32.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#BBFACE (or 0xBBFACE) is known color: Granny Apple. HEX triplet: BB, FA and CE. RGB value is (187,250,206). Sum of RGB (Red+Green+Blue) = 187+250+206=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFACE is #440531. Grayscale: #E2E2E2. Windows color (decimal): -4457778 or 13564603. OLE color: 13564603.

HSL color Cylindrical-coordinate representation of color #BBFACE: hue angle of 138.1º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFACE is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 250 206 -
CMYK 0.25 0 0.18 0.02
HSL 138.1º 0.86% 0.86% -
HSV(B) 138.1º 0.25% 0.98% -
XYZ 65.82 83.39 71.02 -
YUV 226.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 187 250 206 0.25 0 0.18 0.02 138.1 0.86 0.86
Hex BB FA CE 19 0 12 2 8A 56 56
Octal 273 372 316 31 0 22 2 212 126 126
Binary 10111011 11111010 11001110 11001 0 10010 10 10001010 1010110 1010110

Color Harmonies of #BBFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFACE

Black with #BBFACE

Text Example


Text Example

White with #BBFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFACE; }

 p { color: rgb(187,250,206); }

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

background-color css

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

 a { background-color: rgb(187,250,206); }

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

border-color css

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

 span { border-color: rgb(187,250,206); }

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