Html Css Color HEX #BCDCBB Surf

📋 copy color: '#BCDCBB'

red 188 ◦ green 220 ◦ blue 187

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

Shades of Surf #BCDCBB

Tints of Surf #BCDCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.97%

 BLUE value IS 187 (73.44% from 255) = 31.43%

R = 31.6%
G = 36.97%
B = 31.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#BCDCBB (or 0xBCDCBB) is known color: Surf. HEX triplet: BC, DC and BB. RGB value is (188,220,187). Sum of RGB (Red+Green+Blue) = 188+220+187=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCBB is #432344. Grayscale: #CECECE. Windows color (decimal): -4399941 or 12311740. OLE color: 12311740.

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

Color convert

RGB 188 220 187 -
CMYK 0.15 0 0.15 0.14
HSL 118.18º 0.32% 0.8% -
HSV(B) 118.18º 0.15% 0.86% -
XYZ 55.3 65.47 56.74 -
YUV 206.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 188 220 187 0.15 0 0.15 0.14 118.18 0.32 0.8
Hex BC DC BB F 0 F E 76 20 50
Octal 274 334 273 17 0 17 16 166 40 120
Binary 10111100 11011100 10111011 1111 0 1111 1110 1110110 100000 1010000

Color Harmonies of #BCDCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCBB

Black with #BCDCBB

Text Example


Text Example

White with #BCDCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCBB; }

 p { color: rgb(188,220,187); }

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

background-color css

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

 a { background-color: rgb(188,220,187); }

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

border-color css

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

 span { border-color: rgb(188,220,187); }

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