Html Css Color HEX #BCDE70 Sulu

📋 copy color: '#BCDE70'

red 188 ◦ green 222 ◦ blue 112

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

Shades of Sulu #BCDE70

Tints of Sulu #BCDE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.46%

R = 36.02%
G = 42.53%
B = 21.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BCDE70 (or 0xBCDE70) is known color: Sulu. HEX triplet: BC, DE and 70. RGB value is (188,222,112). Sum of RGB (Red+Green+Blue) = 188+222+112=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE70 is #43218F. Grayscale: #C7C7C7. Windows color (decimal): -4399504 or 7397052. OLE color: 7397052.

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

Color convert

RGB 188 222 112 -
CMYK 0.15 0 0.50 0.13
HSL 78.55º 0.63% 0.65% -
HSV(B) 78.55º 0.5% 0.87% -
XYZ 49.78 64.1 25.08 -
YUV 199.29 78.74 119.94 -
System Red Green Blue C M Y K H S L
Decimal 188 222 112 0.15 0 0.50 0.13 78.55 0.63 0.65
Hex BC DE 70 F 0 32 D 4F 3E 41
Octal 274 336 160 17 0 62 15 117 76 101
Binary 10111100 11011110 1110000 1111 0 110010 1101 1001111 111110 1000001

Color Harmonies of #BCDE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE70

Black with #BCDE70

Text Example


Text Example

White with #BCDE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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