Html Css Color HEX #BCD0B6 Surf Crest

📋 copy color: '#BCD0B6'

red 188 ◦ green 208 ◦ blue 182

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

Shades of Surf Crest #BCD0B6

Tints of Surf Crest #BCD0B6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.99%

 BLUE value IS 182 (71.48% from 255) = 31.49%

R = 32.53%
G = 35.99%
B = 31.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#BCD0B6 (or 0xBCD0B6) is known color: Surf Crest. HEX triplet: BC, D0 and B6. RGB value is (188,208,182). Sum of RGB (Red+Green+Blue) = 188+208+182=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0B6 is #432F49. Grayscale: #C7C7C7. Windows color (decimal): -4403018 or 11980988. OLE color: 11980988.

HSL color Cylindrical-coordinate representation of color #BCD0B6: hue angle of 106.15º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD0B6 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 182 -
CMYK 0.10 0 0.12 0.18
HSL 106.15º 0.22% 0.76% -
HSV(B) 106.15º 0.13% 0.82% -
XYZ 51.74 59.18 52.95 -
YUV 199.06 118.37 120.11 -
System Red Green Blue C M Y K H S L
Decimal 188 208 182 0.10 0 0.12 0.18 106.15 0.22 0.76
Hex BC D0 B6 A 0 C 12 6A 16 4C
Octal 274 320 266 12 0 14 22 152 26 114
Binary 10111100 11010000 10110110 1010 0 1100 10010 1101010 10110 1001100

Color Harmonies of #BCD0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0B6

Black with #BCD0B6

Text Example


Text Example

White with #BCD0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0B6; }

 p { color: rgb(188,208,182); }

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

background-color css

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

 a { background-color: rgb(188,208,182); }

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

border-color css

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

 span { border-color: rgb(188,208,182); }

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