Html Css Color HEX #BBDC85 Sulu

📋 copy color: '#BBDC85'

red 187 ◦ green 220 ◦ blue 133

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

Shades of Sulu #BBDC85

Tints of Sulu #BBDC85

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 133 (52.34% from 255) = 24.63%

R = 34.63%
G = 40.74%
B = 24.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#BBDC85 (or 0xBBDC85) is known color: Sulu. HEX triplet: BB, DC and 85. RGB value is (187,220,133). Sum of RGB (Red+Green+Blue) = 187+220+133=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC85 is #44237A. Grayscale: #C8C8C8. Windows color (decimal): -4465531 or 8772795. OLE color: 8772795.

HSL color Cylindrical-coordinate representation of color #BBDC85: hue angle of 82.76º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBDC85 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 133 -
CMYK 0.15 0 0.40 0.14
HSL 82.76º 0.55% 0.69% -
HSV(B) 82.76º 0.4% 0.86% -
XYZ 50.32 63.44 31.78 -
YUV 200.22 90.07 118.57 -
System Red Green Blue C M Y K H S L
Decimal 187 220 133 0.15 0 0.40 0.14 82.76 0.55 0.69
Hex BB DC 85 F 0 28 E 53 37 45
Octal 273 334 205 17 0 50 16 123 67 105
Binary 10111011 11011100 10000101 1111 0 101000 1110 1010011 110111 1000101

Color Harmonies of #BBDC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC85

Black with #BBDC85

Text Example


Text Example

White with #BBDC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC85; }

 p { color: rgb(187,220,133); }

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

background-color css

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

 a { background-color: rgb(187,220,133); }

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

border-color css

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

 span { border-color: rgb(187,220,133); }

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