Html Css Color HEX #BCDF8B Sulu

📋 copy color: '#BCDF8B'

red 188 ◦ green 223 ◦ blue 139

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

Shades of Sulu #BCDF8B

Tints of Sulu #BCDF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.27%

R = 34.18%
G = 40.55%
B = 25.27%

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

#BCDF8B (or 0xBCDF8B) is known color: Sulu. HEX triplet: BC, DF and 8B. RGB value is (188,223,139). Sum of RGB (Red+Green+Blue) = 188+223+139=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF8B is #432074. Grayscale: #CBCBCB. Windows color (decimal): -4399221 or 9166780. OLE color: 9166780.

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

Color convert

RGB 188 223 139 -
CMYK 0.16 0 0.38 0.13
HSL 85º 0.57% 0.71% -
HSV(B) 85º 0.38% 0.87% -
XYZ 51.79 65.33 34.31 -
YUV 202.96 91.9 117.33 -
System Red Green Blue C M Y K H S L
Decimal 188 223 139 0.16 0 0.38 0.13 85 0.57 0.71
Hex BC DF 8B 10 0 26 D 55 39 47
Octal 274 337 213 20 0 46 15 125 71 107
Binary 10111100 11011111 10001011 10000 0 100110 1101 1010101 111001 1000111

Color Harmonies of #BCDF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF8B

Black with #BCDF8B

Text Example


Text Example

White with #BCDF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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