Html Css Color HEX #BCEF84 Sulu

📋 copy color: '#BCEF84'

red 188 ◦ green 239 ◦ blue 132

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

Shades of Sulu #BCEF84

Tints of Sulu #BCEF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.61%

R = 33.63%
G = 42.75%
B = 23.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#BCEF84 (or 0xBCEF84) is known color: Sulu. HEX triplet: BC, EF and 84. RGB value is (188,239,132). Sum of RGB (Red+Green+Blue) = 188+239+132=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 132 (51.95% from 255 or 23.61% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF84 is #43107B. Grayscale: #D3D3D3. Windows color (decimal): -4395132 or 8712124. OLE color: 8712124.

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

Color convert

RGB 188 239 132 -
CMYK 0.21 0 0.45 0.06
HSL 88.6º 0.77% 0.73% -
HSV(B) 88.6º 0.45% 0.94% -
XYZ 55.77 74.09 33.19 -
YUV 211.55 83.1 111.2 -
System Red Green Blue C M Y K H S L
Decimal 188 239 132 0.21 0 0.45 0.06 88.6 0.77 0.73
Hex BC EF 84 15 0 2D 6 59 4D 49
Octal 274 357 204 25 0 55 6 131 115 111
Binary 10111100 11101111 10000100 10101 0 101101 110 1011001 1001101 1001001

Color Harmonies of #BCEF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF84

Black with #BCEF84

Text Example


Text Example

White with #BCEF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF84; }

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

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

background-color css

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

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

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

border-color css

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

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

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