Html Css Color HEX #BCDEBD Surf

📋 copy color: '#BCDEBD'

red 188 ◦ green 222 ◦ blue 189

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

Shades of Surf #BCDEBD

Tints of Surf #BCDEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.55%

R = 31.39%
G = 37.06%
B = 31.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#BCDEBD (or 0xBCDEBD) is known color: Surf. HEX triplet: BC, DE and BD. RGB value is (188,222,189). Sum of RGB (Red+Green+Blue) = 188+222+189=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDEBD is #432142. Grayscale: #D0D0D0. Windows color (decimal): -4399427 or 12443324. OLE color: 12443324.

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

Color convert

RGB 188 222 189 -
CMYK 0.15 0 0.15 0.13
HSL 121.76º 0.34% 0.8% -
HSV(B) 121.76º 0.15% 0.87% -
XYZ 56.05 66.61 58.05 -
YUV 208.07 117.24 113.68 -
System Red Green Blue C M Y K H S L
Decimal 188 222 189 0.15 0 0.15 0.13 121.76 0.34 0.8
Hex BC DE BD F 0 F D 7A 22 50
Octal 274 336 275 17 0 17 15 172 42 120
Binary 10111100 11011110 10111101 1111 0 1111 1101 1111010 100010 1010000

Color Harmonies of #BCDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDEBD

Black with #BCDEBD

Text Example


Text Example

White with #BCDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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