Html Css Color HEX #BBDF82 Sulu

📋 copy color: '#BBDF82'

red 187 ◦ green 223 ◦ blue 130

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

Shades of Sulu #BBDF82

Tints of Sulu #BBDF82

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.3%

 BLUE value IS 130 (51.17% from 255) = 24.07%

R = 34.63%
G = 41.3%
B = 24.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#BBDF82 (or 0xBBDF82) is known color: Sulu. HEX triplet: BB, DF and 82. RGB value is (187,223,130). Sum of RGB (Red+Green+Blue) = 187+223+130=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF82 is #44207D. Grayscale: #C9C9C9. Windows color (decimal): -4464766 or 8576955. OLE color: 8576955.

HSL color Cylindrical-coordinate representation of color #BBDF82: hue angle of 83.23º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBDF82 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 130 -
CMYK 0.16 0 0.42 0.13
HSL 83.23º 0.59% 0.69% -
HSV(B) 83.23º 0.42% 0.87% -
XYZ 50.91 64.95 30.97 -
YUV 201.63 87.57 117.56 -
System Red Green Blue C M Y K H S L
Decimal 187 223 130 0.16 0 0.42 0.13 83.23 0.59 0.69
Hex BB DF 82 10 0 2A D 53 3B 45
Octal 273 337 202 20 0 52 15 123 73 105
Binary 10111011 11011111 10000010 10000 0 101010 1101 1010011 111011 1000101

Color Harmonies of #BBDF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF82

Black with #BBDF82

Text Example


Text Example

White with #BBDF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF82; }

 p { color: rgb(187,223,130); }

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

background-color css

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

 a { background-color: rgb(187,223,130); }

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

border-color css

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

 span { border-color: rgb(187,223,130); }

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