Html Css Color HEX #BDCCB8 Surf Crest

📋 copy color: '#BDCCB8'

red 189 ◦ green 204 ◦ blue 184

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

Shades of Surf Crest #BDCCB8

Tints of Surf Crest #BDCCB8

RGB

 RED value IS 189 (74.22% from 255) = 32.76%

 GREEN value IS 204 (80.08% from 255) = 35.36%

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

R = 32.76%
G = 35.36%
B = 31.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#BDCCB8 (or 0xBDCCB8) is known color: Surf Crest. HEX triplet: BD, CC and B8. RGB value is (189,204,184). Sum of RGB (Red+Green+Blue) = 189+204+184=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCB8 is #423347. Grayscale: #C5C5C5. Windows color (decimal): -4338504 or 12111037. OLE color: 12111037.

HSL color Cylindrical-coordinate representation of color #BDCCB8: hue angle of 105º degrees, saturation: 0.16, 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 #BDCCB8 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 184 -
CMYK 0.07 0 0.10 0.2
HSL 105º 0.16% 0.76% -
HSV(B) 105º 0.1% 0.8% -
XYZ 51.23 57.47 53.74 -
YUV 197.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 189 204 184 0.07 0 0.10 0.2 105 0.16 0.76
Hex BD CC B8 7 0 A 14 69 10 4C
Octal 275 314 270 7 0 12 24 151 20 114
Binary 10111101 11001100 10111000 111 0 1010 10100 1101001 10000 1001100

Color Harmonies of #BDCCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCB8

Black with #BDCCB8

Text Example


Text Example

White with #BDCCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCB8; }

 p { color: rgb(189,204,184); }

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

background-color css

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

 a { background-color: rgb(189,204,184); }

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

border-color css

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

 span { border-color: rgb(189,204,184); }

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