Html Css Color HEX #BCDDB8 Surf Crest

📋 copy color: '#BCDDB8'

red 188 ◦ green 221 ◦ blue 184

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

Shades of Surf Crest #BCDDB8

Tints of Surf Crest #BCDDB8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.27%

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

R = 31.7%
G = 37.27%
B = 31.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#BCDDB8 (or 0xBCDDB8) is known color: Surf Crest. HEX triplet: BC, DD and B8. RGB value is (188,221,184). Sum of RGB (Red+Green+Blue) = 188+221+184=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDB8 is #432247. Grayscale: #CFCFCF. Windows color (decimal): -4399688 or 12115388. OLE color: 12115388.

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

Color convert

RGB 188 221 184 -
CMYK 0.15 0 0.17 0.13
HSL 113.51º 0.35% 0.79% -
HSV(B) 113.51º 0.17% 0.87% -
XYZ 55.25 65.86 55.15 -
YUV 206.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 188 221 184 0.15 0 0.17 0.13 113.51 0.35 0.79
Hex BC DD B8 F 0 11 D 72 23 4F
Octal 274 335 270 17 0 21 15 162 43 117
Binary 10111100 11011101 10111000 1111 0 10001 1101 1110010 100011 1001111

Color Harmonies of #BCDDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDB8

Black with #BCDDB8

Text Example


Text Example

White with #BCDDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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