Html Css Color HEX #BCE990 Sulu

📋 copy color: '#BCE990'

red 188 ◦ green 233 ◦ blue 144

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

Shades of Sulu #BCE990

Tints of Sulu #BCE990

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.24%

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

R = 33.27%
G = 41.24%
B = 25.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#BCE990 (or 0xBCE990) is known color: Sulu. HEX triplet: BC, E9 and 90. RGB value is (188,233,144). Sum of RGB (Red+Green+Blue) = 188+233+144=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE990 is #43166F. Grayscale: #D1D1D1. Windows color (decimal): -4396656 or 9497020. OLE color: 9497020.

HSL color Cylindrical-coordinate representation of color #BCE990: hue angle of 90.34º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCE990 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 233 144 -
CMYK 0.19 0 0.38 0.09
HSL 90.34º 0.67% 0.74% -
HSV(B) 90.34º 0.38% 0.91% -
XYZ 54.91 70.98 37.19 -
YUV 209.4 91.09 112.74 -
System Red Green Blue C M Y K H S L
Decimal 188 233 144 0.19 0 0.38 0.09 90.34 0.67 0.74
Hex BC E9 90 13 0 26 9 5A 43 4A
Octal 274 351 220 23 0 46 11 132 103 112
Binary 10111100 11101001 10010000 10011 0 100110 1001 1011010 1000011 1001010

Color Harmonies of #BCE990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE990

Black with #BCE990

Text Example


Text Example

White with #BCE990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE990; }

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

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

background-color css

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

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

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

border-color css

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

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

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