Html Css Color HEX #BBFFD0 Granny Apple

📋 copy color: '#BBFFD0'

red 187 ◦ green 255 ◦ blue 208

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

Shades of Granny Apple #BBFFD0

Tints of Granny Apple #BBFFD0

RGB

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

 GREEN value IS 255 (100% from 255) = 39.23%

 BLUE value IS 208 (81.64% from 255) = 32%

R = 28.77%
G = 39.23%
B = 32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#BBFFD0 (or 0xBBFFD0) is known color: Granny Apple. HEX triplet: BB, FF and D0. RGB value is (187,255,208). Sum of RGB (Red+Green+Blue) = 187+255+208=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFD0 is #44002F. Grayscale: #E5E5E5. Windows color (decimal): -4456496 or 13696955. OLE color: 13696955.

HSL color Cylindrical-coordinate representation of color #BBFFD0: hue angle of 138.53º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFD0 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 208 -
CMYK 0.27 0 0.18 0
HSL 138.53º 1% 0.87% -
HSV(B) 138.53º 0.27% 1% -
XYZ 67.64 86.64 72.83 -
YUV 229.31 115.97 97.82 -
System Red Green Blue C M Y K H S L
Decimal 187 255 208 0.27 0 0.18 0 138.53 1 0.87
Hex BB FF D0 1B 0 12 0 8B 64 57
Octal 273 377 320 33 0 22 0 213 144 127
Binary 10111011 11111111 11010000 11011 0 10010 0 10001011 1100100 1010111

Color Harmonies of #BBFFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFD0

Black with #BBFFD0

Text Example


Text Example

White with #BBFFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFD0; }

 p { color: rgb(187,255,208); }

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

background-color css

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

 a { background-color: rgb(187,255,208); }

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

border-color css

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

 span { border-color: rgb(187,255,208); }

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