Html Css Color HEX #BCE694 Sulu

📋 copy color: '#BCE694'

red 188 ◦ green 230 ◦ blue 148

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

Shades of Sulu #BCE694

Tints of Sulu #BCE694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.15%

R = 33.22%
G = 40.64%
B = 26.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#BCE694 (or 0xBCE694) is known color: Sulu. HEX triplet: BC, E6 and 94. RGB value is (188,230,148). Sum of RGB (Red+Green+Blue) = 188+230+148=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCE694 is #43196B. Grayscale: #D0D0D0. Windows color (decimal): -4397420 or 9758396. OLE color: 9758396.

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

Color convert

RGB 188 230 148 -
CMYK 0.18 0 0.36 0.10
HSL 90.73º 0.62% 0.74% -
HSV(B) 90.73º 0.36% 0.9% -
XYZ 54.38 69.42 38.55 -
YUV 208.09 94.09 113.67 -
System Red Green Blue C M Y K H S L
Decimal 188 230 148 0.18 0 0.36 0.10 90.73 0.62 0.74
Hex BC E6 94 12 0 24 A 5B 3E 4A
Octal 274 346 224 22 0 44 12 133 76 112
Binary 10111100 11100110 10010100 10010 0 100100 1010 1011011 111110 1001010

Color Harmonies of #BCE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE694

Black with #BCE694

Text Example


Text Example

White with #BCE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE694; }

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

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

background-color css

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

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

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

border-color css

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

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

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