Html Css Color HEX #BCD4BB Surf

📋 copy color: '#BCD4BB'

red 188 ◦ green 212 ◦ blue 187

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

Shades of Surf #BCD4BB

Tints of Surf #BCD4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

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

R = 32.03%
G = 36.12%
B = 31.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#BCD4BB (or 0xBCD4BB) is known color: Surf. HEX triplet: BC, D4 and BB. RGB value is (188,212,187). Sum of RGB (Red+Green+Blue) = 188+212+187=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4BB is #432B44. Grayscale: #CACACA. Windows color (decimal): -4401989 or 12309692. OLE color: 12309692.

HSL color Cylindrical-coordinate representation of color #BCD4BB: hue angle of 117.6º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD4BB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 187 -
CMYK 0.11 0 0.12 0.17
HSL 117.6º 0.23% 0.78% -
HSV(B) 117.6º 0.12% 0.83% -
XYZ 53.25 61.37 56.05 -
YUV 201.97 119.55 118.03 -
System Red Green Blue C M Y K H S L
Decimal 188 212 187 0.11 0 0.12 0.17 117.6 0.23 0.78
Hex BC D4 BB B 0 C 11 76 17 4E
Octal 274 324 273 13 0 14 21 166 27 116
Binary 10111100 11010100 10111011 1011 0 1100 10001 1110110 10111 1001110

Color Harmonies of #BCD4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD4BB

Black with #BCD4BB

Text Example


Text Example

White with #BCD4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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