Html Css Color HEX #BDD788 Sulu

📋 copy color: '#BDD788'

red 189 ◦ green 215 ◦ blue 136

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

Shades of Sulu #BDD788

Tints of Sulu #BDD788

RGB

 RED value IS 189 (74.22% from 255) = 35%

 GREEN value IS 215 (84.38% from 255) = 39.81%

 BLUE value IS 136 (53.52% from 255) = 25.19%

R = 35%
G = 39.81%
B = 25.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#BDD788 (or 0xBDD788) is known color: Sulu. HEX triplet: BD, D7 and 88. RGB value is (189,215,136). Sum of RGB (Red+Green+Blue) = 189+215+136=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD788 is #422877. Grayscale: #C6C6C6. Windows color (decimal): -4335736 or 8968125. OLE color: 8968125.

HSL color Cylindrical-coordinate representation of color #BDD788: hue angle of 79.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDD788 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 215 136 -
CMYK 0.12 0 0.37 0.16
HSL 79.75º 0.5% 0.69% -
HSV(B) 79.75º 0.37% 0.84% -
XYZ 49.73 61.2 32.48 -
YUV 198.22 92.89 121.42 -
System Red Green Blue C M Y K H S L
Decimal 189 215 136 0.12 0 0.37 0.16 79.75 0.5 0.69
Hex BD D7 88 C 0 25 10 50 32 45
Octal 275 327 210 14 0 45 20 120 62 105
Binary 10111101 11010111 10001000 1100 0 100101 10000 1010000 110010 1000101

Color Harmonies of #BDD788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD788

Black with #BDD788

Text Example


Text Example

White with #BDD788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD788; }

 p { color: rgb(189,215,136); }

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

background-color css

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

 a { background-color: rgb(189,215,136); }

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

border-color css

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

 span { border-color: rgb(189,215,136); }

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