Html Css Color HEX #BCEE66 Sulu

📋 copy color: '#BCEE66'

red 188 ◦ green 238 ◦ blue 102

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

Shades of Sulu #BCEE66

Tints of Sulu #BCEE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.32%

R = 35.61%
G = 45.08%
B = 19.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#BCEE66 (or 0xBCEE66) is known color: Sulu. HEX triplet: BC, EE and 66. RGB value is (188,238,102). Sum of RGB (Red+Green+Blue) = 188+238+102=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE66 is #431199. Grayscale: #D0D0D0. Windows color (decimal): -4395418 or 6745788. OLE color: 6745788.

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

Color convert

RGB 188 238 102 -
CMYK 0.21 0 0.57 0.07
HSL 82.06º 0.8% 0.67% -
HSV(B) 82.06º 0.57% 0.93% -
XYZ 53.71 72.8 23.79 -
YUV 207.55 68.44 114.06 -
System Red Green Blue C M Y K H S L
Decimal 188 238 102 0.21 0 0.57 0.07 82.06 0.8 0.67
Hex BC EE 66 15 0 39 7 52 50 43
Octal 274 356 146 25 0 71 7 122 120 103
Binary 10111100 11101110 1100110 10101 0 111001 111 1010010 1010000 1000011

Color Harmonies of #BCEE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE66

Black with #BCEE66

Text Example


Text Example

White with #BCEE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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