Html Css Color HEX #BBF9D0 Granny Apple

📋 copy color: '#BBF9D0'

red 187 ◦ green 249 ◦ blue 208

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

Shades of Granny Apple #BBF9D0

Tints of Granny Apple #BBF9D0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.66%

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

R = 29.04%
G = 38.66%
B = 32.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#BBF9D0 (or 0xBBF9D0) is known color: Granny Apple. HEX triplet: BB, F9 and D0. RGB value is (187,249,208). Sum of RGB (Red+Green+Blue) = 187+249+208=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9D0 is #44062F. Grayscale: #E1E1E1. Windows color (decimal): -4458032 or 13695419. OLE color: 13695419.

HSL color Cylindrical-coordinate representation of color #BBF9D0: hue angle of 140.32º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9D0 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 208 -
CMYK 0.25 0 0.16 0.02
HSL 140.32º 0.84% 0.85% -
HSV(B) 140.32º 0.25% 0.98% -
XYZ 65.75 82.87 72.2 -
YUV 225.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 187 249 208 0.25 0 0.16 0.02 140.32 0.84 0.85
Hex BB F9 D0 19 0 10 2 8C 54 55
Octal 273 371 320 31 0 20 2 214 124 125
Binary 10111011 11111001 11010000 11001 0 10000 10 10001100 1010100 1010101

Color Harmonies of #BBF9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF9D0

Black with #BBF9D0

Text Example


Text Example

White with #BBF9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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