Html Css Color HEX #BDF890 Sulu

📋 copy color: '#BDF890'

red 189 ◦ green 248 ◦ blue 144

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

Shades of Sulu #BDF890

Tints of Sulu #BDF890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.78%

R = 32.53%
G = 42.69%
B = 24.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#BDF890 (or 0xBDF890) is known color: Sulu. HEX triplet: BD, F8 and 90. RGB value is (189,248,144). Sum of RGB (Red+Green+Blue) = 189+248+144=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF890 is #42076F. Grayscale: #DADADA. Windows color (decimal): -4327280 or 9500861. OLE color: 9500861.

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

Color convert

RGB 189 248 144 -
CMYK 0.24 0 0.42 0.03
HSL 94.04º 0.88% 0.77% -
HSV(B) 94.04º 0.42% 0.97% -
XYZ 59.59 79.97 38.68 -
YUV 218.5 85.95 106.96 -
System Red Green Blue C M Y K H S L
Decimal 189 248 144 0.24 0 0.42 0.03 94.04 0.88 0.77
Hex BD F8 90 18 0 2A 3 5E 58 4D
Octal 275 370 220 30 0 52 3 136 130 115
Binary 10111101 11111000 10010000 11000 0 101010 11 1011110 1011000 1001101

Color Harmonies of #BDF890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF890

Black with #BDF890

Text Example


Text Example

White with #BDF890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF890; }

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

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

background-color css

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

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

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

border-color css

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

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

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