Html Css Color HEX #BCEE6A Sulu

📋 copy color: '#BCEE6A'

red 188 ◦ green 238 ◦ blue 106

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

Shades of Sulu #BCEE6A

Tints of Sulu #BCEE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.92%

R = 35.34%
G = 44.74%
B = 19.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#BCEE6A (or 0xBCEE6A) is known color: Sulu. HEX triplet: BC, EE and 6A. RGB value is (188,238,106). Sum of RGB (Red+Green+Blue) = 188+238+106=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE6A is #431195. Grayscale: #D0D0D0. Windows color (decimal): -4395414 or 7007932. OLE color: 7007932.

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

Color convert

RGB 188 238 106 -
CMYK 0.21 0 0.55 0.07
HSL 82.73º 0.8% 0.67% -
HSV(B) 82.73º 0.55% 0.93% -
XYZ 53.92 72.88 24.86 -
YUV 208 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 188 238 106 0.21 0 0.55 0.07 82.73 0.8 0.67
Hex BC EE 6A 15 0 37 7 53 50 43
Octal 274 356 152 25 0 67 7 123 120 103
Binary 10111100 11101110 1101010 10101 0 110111 111 1010011 1010000 1000011

Color Harmonies of #BCEE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE6A

Black with #BCEE6A

Text Example


Text Example

White with #BCEE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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