Html Css Color HEX #BCED6C Sulu

📋 copy color: '#BCED6C'

red 188 ◦ green 237 ◦ blue 108

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

Shades of Sulu #BCED6C

Tints of Sulu #BCED6C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.47%

 BLUE value IS 108 (42.58% from 255) = 20.26%

R = 35.27%
G = 44.47%
B = 20.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#BCED6C (or 0xBCED6C) is known color: Sulu. HEX triplet: BC, ED and 6C. RGB value is (188,237,108). Sum of RGB (Red+Green+Blue) = 188+237+108=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED6C is #431293. Grayscale: #D0D0D0. Windows color (decimal): -4395668 or 7138748. OLE color: 7138748.

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

Color convert

RGB 188 237 108 -
CMYK 0.21 0 0.54 0.07
HSL 82.79º 0.78% 0.68% -
HSV(B) 82.79º 0.54% 0.93% -
XYZ 53.73 72.34 25.32 -
YUV 207.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 188 237 108 0.21 0 0.54 0.07 82.79 0.78 0.68
Hex BC ED 6C 15 0 36 7 53 4E 44
Octal 274 355 154 25 0 66 7 123 116 104
Binary 10111100 11101101 1101100 10101 0 110110 111 1010011 1001110 1000100

Color Harmonies of #BCED6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED6C

Black with #BCED6C

Text Example


Text Example

White with #BCED6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED6C; }

 p { color: rgb(188,237,108); }

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

background-color css

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

 a { background-color: rgb(188,237,108); }

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

border-color css

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

 span { border-color: rgb(188,237,108); }

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