Html Css Color HEX #BBF0CE Granny Apple

📋 copy color: '#BBF0CE'

red 187 ◦ green 240 ◦ blue 206

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

Shades of Granny Apple #BBF0CE

Tints of Granny Apple #BBF0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.91%

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

R = 29.54%
G = 37.91%
B = 32.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#BBF0CE (or 0xBBF0CE) is known color: Granny Apple. HEX triplet: BB, F0 and CE. RGB value is (187,240,206). Sum of RGB (Red+Green+Blue) = 187+240+206=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0CE is #440F31. Grayscale: #DCDCDC. Windows color (decimal): -4460338 or 13562043. OLE color: 13562043.

HSL color Cylindrical-coordinate representation of color #BBF0CE: hue angle of 141.51º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0CE is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 206 -
CMYK 0.22 0 0.14 0.06
HSL 141.51º 0.64% 0.84% -
HSV(B) 141.51º 0.22% 0.94% -
XYZ 62.79 77.34 70.01 -
YUV 220.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 187 240 206 0.22 0 0.14 0.06 141.51 0.64 0.84
Hex BB F0 CE 16 0 E 6 8E 40 54
Octal 273 360 316 26 0 16 6 216 100 124
Binary 10111011 11110000 11001110 10110 0 1110 110 10001110 1000000 1010100

Color Harmonies of #BBF0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0CE

Black with #BBF0CE

Text Example


Text Example

White with #BBF0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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