Html Css Color HEX #BCDE7B Sulu

📋 copy color: '#BCDE7B'

red 188 ◦ green 222 ◦ blue 123

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

Shades of Sulu #BCDE7B

Tints of Sulu #BCDE7B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.65%

 BLUE value IS 123 (48.44% from 255) = 23.08%

R = 35.27%
G = 41.65%
B = 23.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#BCDE7B (or 0xBCDE7B) is known color: Sulu. HEX triplet: BC, DE and 7B. RGB value is (188,222,123). Sum of RGB (Red+Green+Blue) = 188+222+123=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE7B is #432184. Grayscale: #C8C8C8. Windows color (decimal): -4399493 or 8117948. OLE color: 8117948.

HSL color Cylindrical-coordinate representation of color #BCDE7B: hue angle of 80.61º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BCDE7B is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 123 -
CMYK 0.15 0 0.45 0.13
HSL 80.61º 0.6% 0.68% -
HSV(B) 80.61º 0.45% 0.87% -
XYZ 50.44 64.36 28.5 -
YUV 200.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 188 222 123 0.15 0 0.45 0.13 80.61 0.6 0.68
Hex BC DE 7B F 0 2D D 51 3C 44
Octal 274 336 173 17 0 55 15 121 74 104
Binary 10111100 11011110 1111011 1111 0 101101 1101 1010001 111100 1000100

Color Harmonies of #BCDE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE7B

Black with #BCDE7B

Text Example


Text Example

White with #BCDE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE7B; }

 p { color: rgb(188,222,123); }

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

background-color css

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

 a { background-color: rgb(188,222,123); }

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

border-color css

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

 span { border-color: rgb(188,222,123); }

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