Html Css Color HEX #BCEF90 Sulu

📋 copy color: '#BCEF90'

red 188 ◦ green 239 ◦ blue 144

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

Shades of Sulu #BCEF90

Tints of Sulu #BCEF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.22%

R = 32.92%
G = 41.86%
B = 25.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#BCEF90 (or 0xBCEF90) is known color: Sulu. HEX triplet: BC, EF and 90. RGB value is (188,239,144). Sum of RGB (Red+Green+Blue) = 188+239+144=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEF90 is #43106F. Grayscale: #D5D5D5. Windows color (decimal): -4395120 or 9498556. OLE color: 9498556.

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

Color convert

RGB 188 239 144 -
CMYK 0.21 0 0.40 0.06
HSL 92.21º 0.75% 0.75% -
HSV(B) 92.21º 0.4% 0.94% -
XYZ 56.64 74.44 37.77 -
YUV 212.92 89.1 110.22 -
System Red Green Blue C M Y K H S L
Decimal 188 239 144 0.21 0 0.40 0.06 92.21 0.75 0.75
Hex BC EF 90 15 0 28 6 5C 4B 4B
Octal 274 357 220 25 0 50 6 134 113 113
Binary 10111100 11101111 10010000 10101 0 101000 110 1011100 1001011 1001011

Color Harmonies of #BCEF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEF90

Black with #BCEF90

Text Example


Text Example

White with #BCEF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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