Html Css Color HEX #BDF08C Sulu

📋 copy color: '#BDF08C'

red 189 ◦ green 240 ◦ blue 140

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

Shades of Sulu #BDF08C

Tints of Sulu #BDF08C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.18%

 BLUE value IS 140 (55.08% from 255) = 24.6%

R = 33.22%
G = 42.18%
B = 24.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#BDF08C (or 0xBDF08C) is known color: Sulu. HEX triplet: BD, F0 and 8C. RGB value is (189,240,140). Sum of RGB (Red+Green+Blue) = 189+240+140=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF08C is #420F73. Grayscale: #D5D5D5. Windows color (decimal): -4329332 or 9236669. OLE color: 9236669.

HSL color Cylindrical-coordinate representation of color #BDF08C: hue angle of 90.6º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDF08C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 140 -
CMYK 0.21 0 0.42 0.06
HSL 90.6º 0.77% 0.75% -
HSV(B) 90.6º 0.42% 0.94% -
XYZ 56.88 75.03 36.3 -
YUV 213.35 86.6 110.63 -
System Red Green Blue C M Y K H S L
Decimal 189 240 140 0.21 0 0.42 0.06 90.6 0.77 0.75
Hex BD F0 8C 15 0 2A 6 5B 4D 4B
Octal 275 360 214 25 0 52 6 133 115 113
Binary 10111101 11110000 10001100 10101 0 101010 110 1011011 1001101 1001011

Color Harmonies of #BDF08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF08C

Black with #BDF08C

Text Example


Text Example

White with #BDF08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF08C; }

 p { color: rgb(189,240,140); }

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

background-color css

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

 a { background-color: rgb(189,240,140); }

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

border-color css

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

 span { border-color: rgb(189,240,140); }

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