#BDCFBB

Color #BDCFBB Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #BDCFBB

Tints of Surf Crest #BDCFBB

Color information

#BDCFBB (or 0xBDCFBB) is unknown color: approx Surf Crest. HEX triplet: BD, CF and BB. RGB value is (189,207,187). Sum of RGB (Red+Green+Blue) = 189+207+187=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFBB is #423044. Grayscale: #C7C7C7. Windows color (decimal): -4337733 or 12308413. OLE color: 12308413.

HSL color Cylindrical-coordinate representation of color #BDCFBB: hue angle of 114º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCFBB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB189207187-
CMYK0.0900.100.19
HSL114º17.24%77.25%-
HSV(B)114º9.66%81.18%-
XYZ52.2759.0355.65-
YUV199.34121.04120.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 187 (73.44% from 255) = 32.08%
R=32.42%
G=35.51%
B=32.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071870.0900.100.1911417.2477.25
HexBDCFBB90A1372114d
Octal275317273110122316221115
Binary101111011100111110111011100101010100111110010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFBB; }

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

 H1.HeaderClassName
 {
   color: #BDCFBB;
 }
 .AnyTagClassName
 {
   color: #BDCFBB;
 }
</style>
background-color css

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

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

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

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

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

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