Html Css Color HEX #BCEF85 Sulu

📋 copy color: '#BCEF85'

red 188 ◦ green 239 ◦ blue 133

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

Shades of Sulu #BCEF85

Tints of Sulu #BCEF85

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.68%

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

R = 33.57%
G = 42.68%
B = 23.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#BCEF85 (or 0xBCEF85) is known color: Sulu. HEX triplet: BC, EF and 85. RGB value is (188,239,133). Sum of RGB (Red+Green+Blue) = 188+239+133=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF85 is #43107A. Grayscale: #D4D4D4. Windows color (decimal): -4395131 or 8777660. OLE color: 8777660.

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

Color convert

RGB 188 239 133 -
CMYK 0.21 0 0.44 0.06
HSL 88.87º 0.77% 0.73% -
HSV(B) 88.87º 0.44% 0.94% -
XYZ 55.84 74.12 33.55 -
YUV 211.67 83.6 111.12 -
System Red Green Blue C M Y K H S L
Decimal 188 239 133 0.21 0 0.44 0.06 88.87 0.77 0.73
Hex BC EF 85 15 0 2C 6 59 4D 49
Octal 274 357 205 25 0 54 6 131 115 111
Binary 10111100 11101111 10000101 10101 0 101100 110 1011001 1001101 1001001

Color Harmonies of #BCEF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF85

Black with #BCEF85

Text Example


Text Example

White with #BCEF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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