Html Css Color HEX #BBF8CE Granny Apple

📋 copy color: '#BBF8CE'

red 187 ◦ green 248 ◦ blue 206

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

Shades of Granny Apple #BBF8CE

Tints of Granny Apple #BBF8CE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.69%

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

R = 29.17%
G = 38.69%
B = 32.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#BBF8CE (or 0xBBF8CE) is known color: Granny Apple. HEX triplet: BB, F8 and CE. RGB value is (187,248,206). Sum of RGB (Red+Green+Blue) = 187+248+206=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8CE is #440731. Grayscale: #E1E1E1. Windows color (decimal): -4458290 or 13564091. OLE color: 13564091.

HSL color Cylindrical-coordinate representation of color #BBF8CE: hue angle of 138.69º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8CE is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 206 -
CMYK 0.25 0 0.17 0.03
HSL 138.69º 0.81% 0.85% -
HSV(B) 138.69º 0.25% 0.97% -
XYZ 65.2 82.16 70.81 -
YUV 224.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 187 248 206 0.25 0 0.17 0.03 138.69 0.81 0.85
Hex BB F8 CE 19 0 11 3 8B 51 55
Octal 273 370 316 31 0 21 3 213 121 125
Binary 10111011 11111000 11001110 11001 0 10001 11 10001011 1010001 1010101

Color Harmonies of #BBF8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8CE

Black with #BBF8CE

Text Example


Text Example

White with #BBF8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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