Html Css Color HEX #BCE690 Sulu

📋 copy color: '#BCE690'

red 188 ◦ green 230 ◦ blue 144

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

Shades of Sulu #BCE690

Tints of Sulu #BCE690

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.93%

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

R = 33.45%
G = 40.93%
B = 25.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#BCE690 (or 0xBCE690) is known color: Sulu. HEX triplet: BC, E6 and 90. RGB value is (188,230,144). Sum of RGB (Red+Green+Blue) = 188+230+144=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 144 (56.64% from 255 or 25.62% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE690 is #43196F. Grayscale: #CFCFCF. Windows color (decimal): -4397424 or 9496252. OLE color: 9496252.

HSL color Cylindrical-coordinate representation of color #BCE690: hue angle of 89.3º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCE690 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 230 144 -
CMYK 0.18 0 0.37 0.10
HSL 89.3º 0.63% 0.73% -
HSV(B) 89.3º 0.37% 0.9% -
XYZ 54.07 69.3 36.91 -
YUV 207.64 92.09 113.99 -
System Red Green Blue C M Y K H S L
Decimal 188 230 144 0.18 0 0.37 0.10 89.3 0.63 0.73
Hex BC E6 90 12 0 25 A 59 3F 49
Octal 274 346 220 22 0 45 12 131 77 111
Binary 10111100 11100110 10010000 10010 0 100101 1010 1011001 111111 1001001

Color Harmonies of #BCE690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE690

Black with #BCE690

Text Example


Text Example

White with #BCE690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE690; }

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

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

background-color css

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

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

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

border-color css

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

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

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