Html Css Color HEX #BCEA90 Sulu

📋 copy color: '#BCEA90'

red 188 ◦ green 234 ◦ blue 144

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

Shades of Sulu #BCEA90

Tints of Sulu #BCEA90

RGB

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

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

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

R = 33.22%
G = 41.34%
B = 25.44%

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

#BCEA90 (or 0xBCEA90) is known color: Sulu. HEX triplet: BC, EA and 90. RGB value is (188,234,144). Sum of RGB (Red+Green+Blue) = 188+234+144=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEA90 is #43156F. Grayscale: #D2D2D2. Windows color (decimal): -4396400 or 9497276. OLE color: 9497276.

HSL color Cylindrical-coordinate representation of color #BCEA90: hue angle of 90.67º 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 #BCEA90 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 144 -
CMYK 0.20 0 0.38 0.08
HSL 90.67º 0.68% 0.74% -
HSV(B) 90.67º 0.38% 0.92% -
XYZ 55.2 71.55 37.29 -
YUV 209.99 90.76 112.32 -
System Red Green Blue C M Y K H S L
Decimal 188 234 144 0.20 0 0.38 0.08 90.67 0.68 0.74
Hex BC EA 90 14 0 26 8 5B 44 4A
Octal 274 352 220 24 0 46 10 133 104 112
Binary 10111100 11101010 10010000 10100 0 100110 1000 1011011 1000100 1001010

Color Harmonies of #BCEA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA90

Black with #BCEA90

Text Example


Text Example

White with #BCEA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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