Html Css Color HEX #BCDF8A Sulu

📋 copy color: '#BCDF8A'

red 188 ◦ green 223 ◦ blue 138

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

Shades of Sulu #BCDF8A

Tints of Sulu #BCDF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.14%

R = 34.24%
G = 40.62%
B = 25.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#BCDF8A (or 0xBCDF8A) is known color: Sulu. HEX triplet: BC, DF and 8A. RGB value is (188,223,138). Sum of RGB (Red+Green+Blue) = 188+223+138=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF8A is #432075. Grayscale: #CBCBCB. Windows color (decimal): -4399222 or 9101244. OLE color: 9101244.

HSL color Cylindrical-coordinate representation of color #BCDF8A: hue angle of 84.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCDF8A is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 138 -
CMYK 0.16 0 0.38 0.13
HSL 84.71º 0.57% 0.71% -
HSV(B) 84.71º 0.38% 0.87% -
XYZ 51.71 65.3 33.92 -
YUV 202.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 188 223 138 0.16 0 0.38 0.13 84.71 0.57 0.71
Hex BC DF 8A 10 0 26 D 55 39 47
Octal 274 337 212 20 0 46 15 125 71 107
Binary 10111100 11011111 10001010 10000 0 100110 1101 1010101 111001 1000111

Color Harmonies of #BCDF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF8A

Black with #BCDF8A

Text Example


Text Example

White with #BCDF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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