Html Css Color HEX #BBF8D0 Granny Apple

📋 copy color: '#BBF8D0'

red 187 ◦ green 248 ◦ blue 208

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

Shades of Granny Apple #BBF8D0

Tints of Granny Apple #BBF8D0

RGB

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

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

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

R = 29.08%
G = 38.57%
B = 32.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#BBF8D0 (or 0xBBF8D0) is known color: Granny Apple. HEX triplet: BB, F8 and D0. RGB value is (187,248,208). Sum of RGB (Red+Green+Blue) = 187+248+208=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8D0 is #44072F. Grayscale: #E1E1E1. Windows color (decimal): -4458288 or 13695163. OLE color: 13695163.

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

Color convert

RGB 187 248 208 -
CMYK 0.25 0 0.16 0.03
HSL 140.66º 0.81% 0.85% -
HSV(B) 140.66º 0.25% 0.97% -
XYZ 65.45 82.25 72.1 -
YUV 225.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 187 248 208 0.25 0 0.16 0.03 140.66 0.81 0.85
Hex BB F8 D0 19 0 10 3 8D 51 55
Octal 273 370 320 31 0 20 3 215 121 125
Binary 10111011 11111000 11010000 11001 0 10000 11 10001101 1010001 1010101

Color Harmonies of #BBF8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8D0

Black with #BBF8D0

Text Example


Text Example

White with #BBF8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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