#B8CDCA

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

Shades of Jet Stream #B8CDCA

Tints of Jet Stream #B8CDCA

Color information

#B8CDCA (or 0xB8CDCA) is unknown color: approx Jet Stream. HEX triplet: B8, CD and CA. RGB value is (184,205,202). Sum of RGB (Red+Green+Blue) = 184+205+202=591 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.13% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDCA is #473235. Grayscale: #C6C6C6. Windows color (decimal): -4665910 or 13290936. OLE color: 13290936.

HSL color Cylindrical-coordinate representation of color #B8CDCA: hue angle of 171.43º degrees, saturation: 0.17, 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 #B8CDCA is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB184205202-
CMYK0.1000.010.20
HSL171.43º17.36%76.27%-
HSV(B)171.43º10.24%80.39%-
XYZ52.2658.1264.34-
YUV198.38130.04117.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.13%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=31.13%
G=34.69%
B=34.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842052020.1000.010.20171.4317.3676.27
HexB8CDCAA0114ab114c
Octal27031531212012425321114
Binary1011100011001101110010101010011010010101011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDCA; }

 p { color: rgb(184,205,202); }

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

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

 a { background-color: rgb(184,205,202); }

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

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

 span { border-color: rgb(184,205,202); }

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