Html Css Color HEX #BCDF6B Sulu

📋 copy color: '#BCDF6B'

red 188 ◦ green 223 ◦ blue 107

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

Shades of Sulu #BCDF6B

Tints of Sulu #BCDF6B

RGB

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

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

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

R = 36.29%
G = 43.05%
B = 20.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#BCDF6B (or 0xBCDF6B) is known color: Sulu. HEX triplet: BC, DF and 6B. RGB value is (188,223,107). Sum of RGB (Red+Green+Blue) = 188+223+107=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF6B is #432094. Grayscale: #C7C7C7. Windows color (decimal): -4399253 or 7069628. OLE color: 7069628.

HSL color Cylindrical-coordinate representation of color #BCDF6B: hue angle of 78.1º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCDF6B is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 107 -
CMYK 0.16 0 0.52 0.13
HSL 78.1º 0.64% 0.65% -
HSV(B) 78.1º 0.52% 0.87% -
XYZ 49.78 64.53 23.74 -
YUV 199.31 75.9 119.93 -
System Red Green Blue C M Y K H S L
Decimal 188 223 107 0.16 0 0.52 0.13 78.1 0.64 0.65
Hex BC DF 6B 10 0 34 D 4E 40 41
Octal 274 337 153 20 0 64 15 116 100 101
Binary 10111100 11011111 1101011 10000 0 110100 1101 1001110 1000000 1000001

Color Harmonies of #BCDF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF6B

Black with #BCDF6B

Text Example


Text Example

White with #BCDF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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