Html Css Color HEX #BCED7D Sulu

📋 copy color: '#BCED7D'

red 188 ◦ green 237 ◦ blue 125

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

Shades of Sulu #BCED7D

Tints of Sulu #BCED7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.73%

R = 34.18%
G = 43.09%
B = 22.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#BCED7D (or 0xBCED7D) is known color: Sulu. HEX triplet: BC, ED and 7D. RGB value is (188,237,125). Sum of RGB (Red+Green+Blue) = 188+237+125=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED7D is #431282. Grayscale: #D1D1D1. Windows color (decimal): -4395651 or 8252860. OLE color: 8252860.

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

Color convert

RGB 188 237 125 -
CMYK 0.21 0 0.47 0.07
HSL 86.25º 0.76% 0.71% -
HSV(B) 86.25º 0.47% 0.93% -
XYZ 54.72 72.74 30.56 -
YUV 209.58 80.27 112.61 -
System Red Green Blue C M Y K H S L
Decimal 188 237 125 0.21 0 0.47 0.07 86.25 0.76 0.71
Hex BC ED 7D 15 0 2F 7 56 4C 47
Octal 274 355 175 25 0 57 7 126 114 107
Binary 10111100 11101101 1111101 10101 0 101111 111 1010110 1001100 1000111

Color Harmonies of #BCED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED7D

Black with #BCED7D

Text Example


Text Example

White with #BCED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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