Html Css Color HEX #BCDE73 Sulu

📋 copy color: '#BCDE73'

red 188 ◦ green 222 ◦ blue 115

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

Shades of Sulu #BCDE73

Tints of Sulu #BCDE73

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.29%

 BLUE value IS 115 (45.31% from 255) = 21.9%

R = 35.81%
G = 42.29%
B = 21.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#BCDE73 (or 0xBCDE73) is known color: Sulu. HEX triplet: BC, DE and 73. RGB value is (188,222,115). Sum of RGB (Red+Green+Blue) = 188+222+115=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE73 is #43218C. Grayscale: #C8C8C8. Windows color (decimal): -4399501 or 7593660. OLE color: 7593660.

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

Color convert

RGB 188 222 115 -
CMYK 0.15 0 0.48 0.13
HSL 79.07º 0.62% 0.66% -
HSV(B) 79.07º 0.48% 0.87% -
XYZ 49.95 64.17 25.97 -
YUV 199.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 188 222 115 0.15 0 0.48 0.13 79.07 0.62 0.66
Hex BC DE 73 F 0 30 D 4F 3E 42
Octal 274 336 163 17 0 60 15 117 76 102
Binary 10111100 11011110 1110011 1111 0 110000 1101 1001111 111110 1000010

Color Harmonies of #BCDE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE73

Black with #BCDE73

Text Example


Text Example

White with #BCDE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE73; }

 p { color: rgb(188,222,115); }

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

background-color css

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

 a { background-color: rgb(188,222,115); }

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

border-color css

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

 span { border-color: rgb(188,222,115); }

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