Html Css Color HEX #BCEA91 Sulu

📋 copy color: '#BCEA91'

red 188 ◦ green 234 ◦ blue 145

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

Shades of Sulu #BCEA91

Tints of Sulu #BCEA91

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.27%

 BLUE value IS 145 (57.03% from 255) = 25.57%

R = 33.16%
G = 41.27%
B = 25.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#BCEA91 (or 0xBCEA91) is known color: Sulu. HEX triplet: BC, EA and 91. RGB value is (188,234,145). Sum of RGB (Red+Green+Blue) = 188+234+145=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 145 (57.03% from 255 or 25.57% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA91 is #43156E. Grayscale: #D2D2D2. Windows color (decimal): -4396399 or 9562812. OLE color: 9562812.

HSL color Cylindrical-coordinate representation of color #BCEA91: hue angle of 91.01º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCEA91 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 145 -
CMYK 0.20 0 0.38 0.08
HSL 91.01º 0.68% 0.74% -
HSV(B) 91.01º 0.38% 0.92% -
XYZ 55.27 71.58 37.69 -
YUV 210.1 91.26 112.24 -
System Red Green Blue C M Y K H S L
Decimal 188 234 145 0.20 0 0.38 0.08 91.01 0.68 0.74
Hex BC EA 91 14 0 26 8 5B 44 4A
Octal 274 352 221 24 0 46 10 133 104 112
Binary 10111100 11101010 10010001 10100 0 100110 1000 1011011 1000100 1001010

Color Harmonies of #BCEA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA91

Black with #BCEA91

Text Example


Text Example

White with #BCEA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA91; }

 p { color: rgb(188,234,145); }

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

background-color css

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

 a { background-color: rgb(188,234,145); }

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

border-color css

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

 span { border-color: rgb(188,234,145); }

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