Html Css Color HEX #BCCDB8 Surf Crest

📋 copy color: '#BCCDB8'

red 188 ◦ green 205 ◦ blue 184

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

Shades of Surf Crest #BCCDB8

Tints of Surf Crest #BCCDB8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.53%

 BLUE value IS 184 (72.27% from 255) = 31.89%

R = 32.58%
G = 35.53%
B = 31.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#BCCDB8 (or 0xBCCDB8) is known color: Surf Crest. HEX triplet: BC, CD and B8. RGB value is (188,205,184). Sum of RGB (Red+Green+Blue) = 188+205+184=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDB8 is #433247. Grayscale: #C5C5C5. Windows color (decimal): -4403784 or 12111292. OLE color: 12111292.

HSL color Cylindrical-coordinate representation of color #BCCDB8: hue angle of 108.57º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCDB8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 184 -
CMYK 0.08 0 0.10 0.20
HSL 108.57º 0.17% 0.76% -
HSV(B) 108.57º 0.1% 0.8% -
XYZ 51.22 57.81 53.81 -
YUV 197.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 188 205 184 0.08 0 0.10 0.20 108.57 0.17 0.76
Hex BC CD B8 8 0 A 14 6D 11 4C
Octal 274 315 270 10 0 12 24 155 21 114
Binary 10111100 11001101 10111000 1000 0 1010 10100 1101101 10001 1001100

Color Harmonies of #BCCDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDB8

Black with #BCCDB8

Text Example


Text Example

White with #BCCDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDB8; }

 p { color: rgb(188,205,184); }

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

background-color css

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

 a { background-color: rgb(188,205,184); }

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

border-color css

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

 span { border-color: rgb(188,205,184); }

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