Html Css Color HEX #BBDA8B Sulu

📋 copy color: '#BBDA8B'

red 187 ◦ green 218 ◦ blue 139

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

Shades of Sulu #BBDA8B

Tints of Sulu #BBDA8B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.07%

 BLUE value IS 139 (54.69% from 255) = 25.55%

R = 34.38%
G = 40.07%
B = 25.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#BBDA8B (or 0xBBDA8B) is known color: Sulu. HEX triplet: BB, DA and 8B. RGB value is (187,218,139). Sum of RGB (Red+Green+Blue) = 187+218+139=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA8B is #442574. Grayscale: #C8C8C8. Windows color (decimal): -4466037 or 9165499. OLE color: 9165499.

HSL color Cylindrical-coordinate representation of color #BBDA8B: hue angle of 83.54º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBDA8B is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 139 -
CMYK 0.14 0 0.36 0.15
HSL 83.54º 0.52% 0.7% -
HSV(B) 83.54º 0.36% 0.85% -
XYZ 50.23 62.57 33.86 -
YUV 199.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 187 218 139 0.14 0 0.36 0.15 83.54 0.52 0.7
Hex BB DA 8B E 0 24 F 54 34 46
Octal 273 332 213 16 0 44 17 124 64 106
Binary 10111011 11011010 10001011 1110 0 100100 1111 1010100 110100 1000110

Color Harmonies of #BBDA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA8B

Black with #BBDA8B

Text Example


Text Example

White with #BBDA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA8B; }

 p { color: rgb(187,218,139); }

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

background-color css

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

 a { background-color: rgb(187,218,139); }

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

border-color css

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

 span { border-color: rgb(187,218,139); }

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