Html Css Color HEX #BCEE85 Sulu

📋 copy color: '#BCEE85'

red 188 ◦ green 238 ◦ blue 133

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

Shades of Sulu #BCEE85

Tints of Sulu #BCEE85

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.58%

 BLUE value IS 133 (52.34% from 255) = 23.79%

R = 33.63%
G = 42.58%
B = 23.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#BCEE85 (or 0xBCEE85) is known color: Sulu. HEX triplet: BC, EE and 85. RGB value is (188,238,133). Sum of RGB (Red+Green+Blue) = 188+238+133=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEE85 is #43117A. Grayscale: #D3D3D3. Windows color (decimal): -4395387 or 8777404. OLE color: 8777404.

HSL color Cylindrical-coordinate representation of color #BCEE85: hue angle of 88.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCEE85 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 133 -
CMYK 0.21 0 0.44 0.07
HSL 88.57º 0.76% 0.73% -
HSV(B) 88.57º 0.44% 0.93% -
XYZ 55.55 73.53 33.46 -
YUV 211.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 188 238 133 0.21 0 0.44 0.07 88.57 0.76 0.73
Hex BC EE 85 15 0 2C 7 59 4C 49
Octal 274 356 205 25 0 54 7 131 114 111
Binary 10111100 11101110 10000101 10101 0 101100 111 1011001 1001100 1001001

Color Harmonies of #BCEE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE85

Black with #BCEE85

Text Example


Text Example

White with #BCEE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE85; }

 p { color: rgb(188,238,133); }

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

background-color css

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

 a { background-color: rgb(188,238,133); }

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

border-color css

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

 span { border-color: rgb(188,238,133); }

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