Html Css Color HEX #BBFAD0 Granny Apple

📋 copy color: '#BBFAD0'

red 187 ◦ green 250 ◦ blue 208

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

Shades of Granny Apple #BBFAD0

Tints of Granny Apple #BBFAD0

RGB

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

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

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

R = 28.99%
G = 38.76%
B = 32.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#BBFAD0 (or 0xBBFAD0) is known color: Granny Apple. HEX triplet: BB, FA and D0. RGB value is (187,250,208). Sum of RGB (Red+Green+Blue) = 187+250+208=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAD0 is #44052F. Grayscale: #E2E2E2. Windows color (decimal): -4457776 or 13695675. OLE color: 13695675.

HSL color Cylindrical-coordinate representation of color #BBFAD0: hue angle of 140º 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 #BBFAD0 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 250 208 -
CMYK 0.25 0 0.17 0.02
HSL 140º 0.86% 0.86% -
HSV(B) 140º 0.25% 0.98% -
XYZ 66.06 83.49 72.31 -
YUV 226.38 117.63 99.92 -
System Red Green Blue C M Y K H S L
Decimal 187 250 208 0.25 0 0.17 0.02 140 0.86 0.86
Hex BB FA D0 19 0 11 2 8C 56 56
Octal 273 372 320 31 0 21 2 214 126 126
Binary 10111011 11111010 11010000 11001 0 10001 10 10001100 1010110 1010110

Color Harmonies of #BBFAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAD0

Black with #BBFAD0

Text Example


Text Example

White with #BBFAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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