Html Css Color HEX #BBDD8A Sulu

📋 copy color: '#BBDD8A'

red 187 ◦ green 221 ◦ blue 138

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

Shades of Sulu #BBDD8A

Tints of Sulu #BBDD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.27%

R = 34.25%
G = 40.48%
B = 25.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#BBDD8A (or 0xBBDD8A) is known color: Sulu. HEX triplet: BB, DD and 8A. RGB value is (187,221,138). Sum of RGB (Red+Green+Blue) = 187+221+138=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD8A is #442275. Grayscale: #C9C9C9. Windows color (decimal): -4465270 or 9100731. OLE color: 9100731.

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

Color convert

RGB 187 221 138 -
CMYK 0.15 0 0.38 0.13
HSL 84.58º 0.55% 0.7% -
HSV(B) 84.58º 0.38% 0.87% -
XYZ 50.94 64.11 33.74 -
YUV 201.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 187 221 138 0.15 0 0.38 0.13 84.58 0.55 0.7
Hex BB DD 8A F 0 26 D 55 37 46
Octal 273 335 212 17 0 46 15 125 67 106
Binary 10111011 11011101 10001010 1111 0 100110 1101 1010101 110111 1000110

Color Harmonies of #BBDD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD8A

Black with #BBDD8A

Text Example


Text Example

White with #BBDD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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