Html Css Color HEX #BCEE6B Sulu

📋 copy color: '#BCEE6B'

red 188 ◦ green 238 ◦ blue 107

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

Shades of Sulu #BCEE6B

Tints of Sulu #BCEE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.08%

R = 35.27%
G = 44.65%
B = 20.08%

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

#BCEE6B (or 0xBCEE6B) is known color: Sulu. HEX triplet: BC, EE and 6B. RGB value is (188,238,107). Sum of RGB (Red+Green+Blue) = 188+238+107=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEE6B is #431194. Grayscale: #D0D0D0. Windows color (decimal): -4395413 or 7073468. OLE color: 7073468.

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

Color convert

RGB 188 238 107 -
CMYK 0.21 0 0.55 0.07
HSL 82.9º 0.79% 0.68% -
HSV(B) 82.9º 0.55% 0.93% -
XYZ 53.97 72.9 25.14 -
YUV 208.12 70.94 113.65 -
System Red Green Blue C M Y K H S L
Decimal 188 238 107 0.21 0 0.55 0.07 82.9 0.79 0.68
Hex BC EE 6B 15 0 37 7 53 4F 44
Octal 274 356 153 25 0 67 7 123 117 104
Binary 10111100 11101110 1101011 10101 0 110111 111 1010011 1001111 1000100

Color Harmonies of #BCEE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEE6B

Black with #BCEE6B

Text Example


Text Example

White with #BCEE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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