Html Css Color HEX #BCDF90 Sulu

📋 copy color: '#BCDF90'

red 188 ◦ green 223 ◦ blue 144

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

Shades of Sulu #BCDF90

Tints of Sulu #BCDF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.95%

R = 33.87%
G = 40.18%
B = 25.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#BCDF90 (or 0xBCDF90) is known color: Sulu. HEX triplet: BC, DF and 90. RGB value is (188,223,144). Sum of RGB (Red+Green+Blue) = 188+223+144=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF90 is #43206F. Grayscale: #CBCBCB. Windows color (decimal): -4399216 or 9494460. OLE color: 9494460.

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

Color convert

RGB 188 223 144 -
CMYK 0.16 0 0.35 0.13
HSL 86.58º 0.55% 0.72% -
HSV(B) 86.58º 0.35% 0.87% -
XYZ 52.16 65.48 36.28 -
YUV 203.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 188 223 144 0.16 0 0.35 0.13 86.58 0.55 0.72
Hex BC DF 90 10 0 23 D 57 37 48
Octal 274 337 220 20 0 43 15 127 67 110
Binary 10111100 11011111 10010000 10000 0 100011 1101 1010111 110111 1001000

Color Harmonies of #BCDF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF90

Black with #BCDF90

Text Example


Text Example

White with #BCDF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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