Html Css Color HEX #BCDE71 Sulu

📋 copy color: '#BCDE71'

red 188 ◦ green 222 ◦ blue 113

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

Shades of Sulu #BCDE71

Tints of Sulu #BCDE71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.61%

R = 35.95%
G = 42.45%
B = 21.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#BCDE71 (or 0xBCDE71) is known color: Sulu. HEX triplet: BC, DE and 71. RGB value is (188,222,113). Sum of RGB (Red+Green+Blue) = 188+222+113=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE71 is #43218E. Grayscale: #C7C7C7. Windows color (decimal): -4399503 or 7462588. OLE color: 7462588.

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

Color convert

RGB 188 222 113 -
CMYK 0.15 0 0.49 0.13
HSL 78.72º 0.62% 0.66% -
HSV(B) 78.72º 0.49% 0.87% -
XYZ 49.84 64.13 25.37 -
YUV 199.41 79.24 119.86 -
System Red Green Blue C M Y K H S L
Decimal 188 222 113 0.15 0 0.49 0.13 78.72 0.62 0.66
Hex BC DE 71 F 0 31 D 4F 3E 42
Octal 274 336 161 17 0 61 15 117 76 102
Binary 10111100 11011110 1110001 1111 0 110001 1101 1001111 111110 1000010

Color Harmonies of #BCDE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE71

Black with #BCDE71

Text Example


Text Example

White with #BCDE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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