Html Css Color HEX #BDCDBB Surf Crest

📋 copy color: '#BDCDBB'

red 189 ◦ green 205 ◦ blue 187

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

Shades of Surf Crest #BDCDBB

Tints of Surf Crest #BDCDBB

RGB

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

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

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

R = 32.53%
G = 35.28%
B = 32.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#BDCDBB (or 0xBDCDBB) is known color: Surf Crest. HEX triplet: BD, CD and BB. RGB value is (189,205,187). Sum of RGB (Red+Green+Blue) = 189+205+187=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDBB is #423244. Grayscale: #C6C6C6. Windows color (decimal): -4338245 or 12307901. OLE color: 12307901.

HSL color Cylindrical-coordinate representation of color #BDCDBB: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCDBB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 205 187 -
CMYK 0.08 0 0.09 0.20
HSL 113.33º 0.15% 0.77% -
HSV(B) 113.33º 0.09% 0.8% -
XYZ 51.79 58.07 55.49 -
YUV 198.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 189 205 187 0.08 0 0.09 0.20 113.33 0.15 0.77
Hex BD CD BB 8 0 9 14 71 F 4D
Octal 275 315 273 10 0 11 24 161 17 115
Binary 10111101 11001101 10111011 1000 0 1001 10100 1110001 1111 1001101

Color Harmonies of #BDCDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDBB

Black with #BDCDBB

Text Example


Text Example

White with #BDCDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDBB; }

 p { color: rgb(189,205,187); }

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

background-color css

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

 a { background-color: rgb(189,205,187); }

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

border-color css

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

 span { border-color: rgb(189,205,187); }

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