Html Css Color HEX #BBDD98 Pixie Green

📋 copy color: '#BBDD98'

red 187 ◦ green 221 ◦ blue 152

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

Shades of Pixie Green #BBDD98

Tints of Pixie Green #BBDD98

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.46%

 BLUE value IS 152 (59.77% from 255) = 27.14%

R = 33.39%
G = 39.46%
B = 27.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#BBDD98 (or 0xBBDD98) is known color: Pixie Green. HEX triplet: BB, DD and 98. RGB value is (187,221,152). Sum of RGB (Red+Green+Blue) = 187+221+152=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD98 is #442267. Grayscale: #CBCBCB. Windows color (decimal): -4465256 or 10018235. OLE color: 10018235.

HSL color Cylindrical-coordinate representation of color #BBDD98: hue angle of 89.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBDD98 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 152 -
CMYK 0.15 0 0.31 0.13
HSL 89.57º 0.5% 0.73% -
HSV(B) 89.57º 0.31% 0.87% -
XYZ 52.02 64.54 39.42 -
YUV 202.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 187 221 152 0.15 0 0.31 0.13 89.57 0.5 0.73
Hex BB DD 98 F 0 1F D 5A 32 49
Octal 273 335 230 17 0 37 15 132 62 111
Binary 10111011 11011101 10011000 1111 0 11111 1101 1011010 110010 1001001

Color Harmonies of #BBDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD98

Black with #BBDD98

Text Example


Text Example

White with #BBDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD98; }

 p { color: rgb(187,221,152); }

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

background-color css

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

 a { background-color: rgb(187,221,152); }

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

border-color css

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

 span { border-color: rgb(187,221,152); }

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