#B7DFCF

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

Shades of Cruise #B7DFCF

Tints of Cruise #B7DFCF

Color information

#B7DFCF (or 0xB7DFCF) is unknown color: approx Cruise. HEX triplet: B7, DF and CF. RGB value is (183,223,207). Sum of RGB (Red+Green+Blue) = 183+223+207=613 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.85% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFCF is #482030. Grayscale: #D1D1D1. Windows color (decimal): -4726833 or 13623223. OLE color: 13623223.

HSL color Cylindrical-coordinate representation of color #B7DFCF: hue angle of 156º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFCF is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB183223207-
CMYK0.1800.070.13
HSL156º38.46%79.61%-
HSV(B)156º17.94%87.45%-
XYZ57.1867.3569.02-
YUV209.22126.75109.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.85%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 207 (81.25% from 255) = 33.77%
R=29.85%
G=36.38%
B=33.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832232070.1800.070.1315638.4679.61
HexB7DFCF1207D9c2650
Octal26733731722071523446120
Binary1011011111011111110011111001001111101100111001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DFCF; }

 p { color: rgb(183,223,207); }

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

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

 a { background-color: rgb(183,223,207); }

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

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

 span { border-color: rgb(183,223,207); }

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