Html Css Color HEX #BBDA7F Sulu

📋 copy color: '#BBDA7F'

red 187 ◦ green 218 ◦ blue 127

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

Shades of Sulu #BBDA7F

Tints of Sulu #BBDA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.87%

R = 35.15%
G = 40.98%
B = 23.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#BBDA7F (or 0xBBDA7F) is known color: Sulu. HEX triplet: BB, DA and 7F. RGB value is (187,218,127). Sum of RGB (Red+Green+Blue) = 187+218+127=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA7F is #442580. Grayscale: #C6C6C6. Windows color (decimal): -4466049 or 8379067. OLE color: 8379067.

HSL color Cylindrical-coordinate representation of color #BBDA7F: hue angle of 80.44º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBDA7F is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 127 -
CMYK 0.14 0 0.42 0.15
HSL 80.44º 0.55% 0.68% -
HSV(B) 80.44º 0.42% 0.85% -
XYZ 49.4 62.24 29.49 -
YUV 198.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 187 218 127 0.14 0 0.42 0.15 80.44 0.55 0.68
Hex BB DA 7F E 0 2A F 50 37 44
Octal 273 332 177 16 0 52 17 120 67 104
Binary 10111011 11011010 1111111 1110 0 101010 1111 1010000 110111 1000100

Color Harmonies of #BBDA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA7F

Black with #BBDA7F

Text Example


Text Example

White with #BBDA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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