Html Css Color HEX #BBDA8C Sulu

📋 copy color: '#BBDA8C'

red 187 ◦ green 218 ◦ blue 140

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

Shades of Sulu #BBDA8C

Tints of Sulu #BBDA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.69%

R = 34.31%
G = 40%
B = 25.69%

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

#BBDA8C (or 0xBBDA8C) is known color: Sulu. HEX triplet: BB, DA and 8C. RGB value is (187,218,140). Sum of RGB (Red+Green+Blue) = 187+218+140=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA8C is #442573. Grayscale: #C8C8C8. Windows color (decimal): -4466036 or 9231035. OLE color: 9231035.

HSL color Cylindrical-coordinate representation of color #BBDA8C: hue angle of 83.85º degrees, saturation: 0.51, 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 #BBDA8C is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 140 -
CMYK 0.14 0 0.36 0.15
HSL 83.85º 0.51% 0.7% -
HSV(B) 83.85º 0.36% 0.85% -
XYZ 50.3 62.6 34.24 -
YUV 199.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 187 218 140 0.14 0 0.36 0.15 83.85 0.51 0.7
Hex BB DA 8C E 0 24 F 54 33 46
Octal 273 332 214 16 0 44 17 124 63 106
Binary 10111011 11011010 10001100 1110 0 100100 1111 1010100 110011 1000110

Color Harmonies of #BBDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA8C

Black with #BBDA8C

Text Example


Text Example

White with #BBDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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