Html Css Color HEX #BCDF7B Sulu

📋 copy color: '#BCDF7B'

red 188 ◦ green 223 ◦ blue 123

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

Shades of Sulu #BCDF7B

Tints of Sulu #BCDF7B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

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

R = 35.21%
G = 41.76%
B = 23.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#BCDF7B (or 0xBCDF7B) is known color: Sulu. HEX triplet: BC, DF and 7B. RGB value is (188,223,123). Sum of RGB (Red+Green+Blue) = 188+223+123=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF7B is #432084. Grayscale: #C9C9C9. Windows color (decimal): -4399237 or 8118204. OLE color: 8118204.

HSL color Cylindrical-coordinate representation of color #BCDF7B: hue angle of 81º degrees, saturation: 0.61, 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 #BCDF7B is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 123 -
CMYK 0.16 0 0.45 0.13
HSL 81º 0.61% 0.68% -
HSV(B) 81º 0.45% 0.87% -
XYZ 50.7 64.9 28.59 -
YUV 201.14 83.9 118.63 -
System Red Green Blue C M Y K H S L
Decimal 188 223 123 0.16 0 0.45 0.13 81 0.61 0.68
Hex BC DF 7B 10 0 2D D 51 3D 44
Octal 274 337 173 20 0 55 15 121 75 104
Binary 10111100 11011111 1111011 10000 0 101101 1101 1010001 111101 1000100

Color Harmonies of #BCDF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF7B

Black with #BCDF7B

Text Example


Text Example

White with #BCDF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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