Html Css Color HEX #BDDF8E Sulu

📋 copy color: '#BDDF8E'

red 189 ◦ green 223 ◦ blue 142

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

Shades of Sulu #BDDF8E

Tints of Sulu #BDDF8E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.25%

 BLUE value IS 142 (55.86% from 255) = 25.63%

R = 34.12%
G = 40.25%
B = 25.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#BDDF8E (or 0xBDDF8E) is known color: Sulu. HEX triplet: BD, DF and 8E. RGB value is (189,223,142). Sum of RGB (Red+Green+Blue) = 189+223+142=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDF8E is #422071. Grayscale: #CBCBCB. Windows color (decimal): -4333682 or 9363389. OLE color: 9363389.

HSL color Cylindrical-coordinate representation of color #BDDF8E: hue angle of 85.19º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDDF8E is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 142 -
CMYK 0.15 0 0.36 0.13
HSL 85.19º 0.56% 0.72% -
HSV(B) 85.19º 0.36% 0.87% -
XYZ 52.26 65.55 35.49 -
YUV 203.6 93.24 117.59 -
System Red Green Blue C M Y K H S L
Decimal 189 223 142 0.15 0 0.36 0.13 85.19 0.56 0.72
Hex BD DF 8E F 0 24 D 55 38 48
Octal 275 337 216 17 0 44 15 125 70 110
Binary 10111101 11011111 10001110 1111 0 100100 1101 1010101 111000 1001000

Color Harmonies of #BDDF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDF8E

Black with #BDDF8E

Text Example


Text Example

White with #BDDF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDF8E; }

 p { color: rgb(189,223,142); }

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

background-color css

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

 a { background-color: rgb(189,223,142); }

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

border-color css

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

 span { border-color: rgb(189,223,142); }

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