Html Css Color HEX #BCE673 Sulu

📋 copy color: '#BCE673'

red 188 ◦ green 230 ◦ blue 115

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

Shades of Sulu #BCE673

Tints of Sulu #BCE673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.58%

R = 35.27%
G = 43.15%
B = 21.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#BCE673 (or 0xBCE673) is known color: Sulu. HEX triplet: BC, E6 and 73. RGB value is (188,230,115). Sum of RGB (Red+Green+Blue) = 188+230+115=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 115 (45.31% from 255 or 21.58% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE673 is #43198C. Grayscale: #CCCCCC. Windows color (decimal): -4397453 or 7595708. OLE color: 7595708.

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

Color convert

RGB 188 230 115 -
CMYK 0.18 0 0.5 0.10
HSL 81.91º 0.7% 0.68% -
HSV(B) 81.91º 0.5% 0.9% -
XYZ 52.13 68.52 26.7 -
YUV 204.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 188 230 115 0.18 0 0.5 0.10 81.91 0.7 0.68
Hex BC E6 73 12 0 32 A 52 46 44
Octal 274 346 163 22 0 62 12 122 106 104
Binary 10111100 11100110 1110011 10010 0 110010 1010 1010010 1000110 1000100

Color Harmonies of #BCE673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE673

Black with #BCE673

Text Example


Text Example

White with #BCE673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE673; }

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

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

background-color css

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

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

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

border-color css

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

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

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