Html Css Color HEX #BBDF7D Sulu

📋 copy color: '#BBDF7D'

red 187 ◦ green 223 ◦ blue 125

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

Shades of Sulu #BBDF7D

Tints of Sulu #BBDF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.36%

R = 34.95%
G = 41.68%
B = 23.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#BBDF7D (or 0xBBDF7D) is known color: Sulu. HEX triplet: BB, DF and 7D. RGB value is (187,223,125). Sum of RGB (Red+Green+Blue) = 187+223+125=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF7D is #442082. Grayscale: #C9C9C9. Windows color (decimal): -4464771 or 8249275. OLE color: 8249275.

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

Color convert

RGB 187 223 125 -
CMYK 0.16 0 0.44 0.13
HSL 82.04º 0.6% 0.68% -
HSV(B) 82.04º 0.44% 0.87% -
XYZ 50.58 64.82 29.25 -
YUV 201.06 85.07 117.97 -
System Red Green Blue C M Y K H S L
Decimal 187 223 125 0.16 0 0.44 0.13 82.04 0.6 0.68
Hex BB DF 7D 10 0 2C D 52 3C 44
Octal 273 337 175 20 0 54 15 122 74 104
Binary 10111011 11011111 1111101 10000 0 101100 1101 1010010 111100 1000100

Color Harmonies of #BBDF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF7D

Black with #BBDF7D

Text Example


Text Example

White with #BBDF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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