Html Css Color HEX #BDF889 Sulu

📋 copy color: '#BDF889'

red 189 ◦ green 248 ◦ blue 137

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

Shades of Sulu #BDF889

Tints of Sulu #BDF889

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.21%

 BLUE value IS 137 (53.91% from 255) = 23.87%

R = 32.93%
G = 43.21%
B = 23.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#BDF889 (or 0xBDF889) is known color: Sulu. HEX triplet: BD, F8 and 89. RGB value is (189,248,137). Sum of RGB (Red+Green+Blue) = 189+248+137=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 137 (53.91% from 255 or 23.87% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF889 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF889 is #420776. Grayscale: #DADADA. Windows color (decimal): -4327287 or 9042109. OLE color: 9042109.

HSL color Cylindrical-coordinate representation of color #BDF889: hue angle of 91.89º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDF889 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 137 -
CMYK 0.24 0 0.45 0.03
HSL 91.89º 0.89% 0.75% -
HSV(B) 91.89º 0.45% 0.97% -
XYZ 59.07 79.76 35.95 -
YUV 217.71 82.45 107.53 -
System Red Green Blue C M Y K H S L
Decimal 189 248 137 0.24 0 0.45 0.03 91.89 0.89 0.75
Hex BD F8 89 18 0 2D 3 5C 59 4B
Octal 275 370 211 30 0 55 3 134 131 113
Binary 10111101 11111000 10001001 11000 0 101101 11 1011100 1011001 1001011

Color Harmonies of #BDF889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF889

Black with #BDF889

Text Example


Text Example

White with #BDF889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF889; }

 p { color: rgb(189,248,137); }

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

background-color css

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

 a { background-color: rgb(189,248,137); }

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

border-color css

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

 span { border-color: rgb(189,248,137); }

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