Html Css Color HEX #BCDF8E Sulu

📋 copy color: '#BCDF8E'

red 188 ◦ green 223 ◦ blue 142

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

Shades of Sulu #BCDF8E

Tints of Sulu #BCDF8E

RGB

 RED value IS 188 (73.83% from 255) = 34%

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

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

R = 34%
G = 40.33%
B = 25.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#BCDF8E (or 0xBCDF8E) is known color: Sulu. HEX triplet: BC, DF and 8E. RGB value is (188,223,142). Sum of RGB (Red+Green+Blue) = 188+223+142=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF8E is #432071. Grayscale: #CBCBCB. Windows color (decimal): -4399218 or 9363388. OLE color: 9363388.

HSL color Cylindrical-coordinate representation of color #BCDF8E: hue angle of 85.93º 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 #BCDF8E is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 142 -
CMYK 0.16 0 0.36 0.13
HSL 85.93º 0.56% 0.72% -
HSV(B) 85.93º 0.36% 0.87% -
XYZ 52.01 65.42 35.48 -
YUV 203.3 93.4 117.09 -
System Red Green Blue C M Y K H S L
Decimal 188 223 142 0.16 0 0.36 0.13 85.93 0.56 0.72
Hex BC DF 8E 10 0 24 D 56 38 48
Octal 274 337 216 20 0 44 15 126 70 110
Binary 10111100 11011111 10001110 10000 0 100100 1101 1010110 111000 1001000

Color Harmonies of #BCDF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF8E

Black with #BCDF8E

Text Example


Text Example

White with #BCDF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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