#B8CDC9

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

Shades of Jet Stream #B8CDC9

Tints of Jet Stream #B8CDC9

Color information

#B8CDC9 (or 0xB8CDC9) is unknown color: approx Jet Stream. HEX triplet: B8, CD and C9. RGB value is (184,205,201). Sum of RGB (Red+Green+Blue) = 184+205+201=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDC9 is #473236. Grayscale: #C6C6C6. Windows color (decimal): -4665911 or 13225400. OLE color: 13225400.

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

Color convert

RGB184205201-
CMYK0.1000.020.20
HSL168.57º17.36%76.27%-
HSV(B)168.57º10.24%80.39%-
XYZ52.1458.0763.72-
YUV198.26129.54117.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.19%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 201 (78.91% from 255) = 34.07%
R=31.19%
G=34.75%
B=34.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842052010.1000.020.20168.5717.3676.27
HexB8CDC9A0214a9114c
Octal27031531112022425121114
Binary10111000110011011100100110100101010010101001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDC9; }

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

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

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

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

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

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

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

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