Html Css Color HEX #BBDE8A Sulu

📋 copy color: '#BBDE8A'

red 187 ◦ green 222 ◦ blue 138

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

Shades of Sulu #BBDE8A

Tints of Sulu #BBDE8A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.59%

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

R = 34.19%
G = 40.59%
B = 25.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#BBDE8A (or 0xBBDE8A) is known color: Sulu. HEX triplet: BB, DE and 8A. RGB value is (187,222,138). Sum of RGB (Red+Green+Blue) = 187+222+138=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDE8A is #442175. Grayscale: #CACACA. Windows color (decimal): -4465014 or 9100987. OLE color: 9100987.

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

Color convert

RGB 187 222 138 -
CMYK 0.16 0 0.38 0.13
HSL 85º 0.56% 0.71% -
HSV(B) 85º 0.38% 0.87% -
XYZ 51.2 64.64 33.82 -
YUV 201.96 91.9 117.33 -
System Red Green Blue C M Y K H S L
Decimal 187 222 138 0.16 0 0.38 0.13 85 0.56 0.71
Hex BB DE 8A 10 0 26 D 55 38 47
Octal 273 336 212 20 0 46 15 125 70 107
Binary 10111011 11011110 10001010 10000 0 100110 1101 1010101 111000 1000111

Color Harmonies of #BBDE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE8A

Black with #BBDE8A

Text Example


Text Example

White with #BBDE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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