#B8CDC7

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

Shades of Jet Stream #B8CDC7

Tints of Jet Stream #B8CDC7

Color information

#B8CDC7 (or 0xB8CDC7) is unknown color: approx Jet Stream. HEX triplet: B8, CD and C7. RGB value is (184,205,199). Sum of RGB (Red+Green+Blue) = 184+205+199=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CDC7 is #473238. Grayscale: #C6C6C6. Windows color (decimal): -4665913 or 13094328. OLE color: 13094328.

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

Color convert

RGB184205199-
CMYK0.1000.030.20
HSL162.86º17.36%76.27%-
HSV(B)162.86º10.24%80.39%-
XYZ51.9157.9862.49-
YUV198.04128.54117.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.29%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 199 (78.12% from 255) = 33.84%
R=31.29%
G=34.86%
B=33.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1842051990.1000.030.20162.8617.3676.27
HexB8CDC7A0314a3114c
Octal27031530712032424321114
Binary10111000110011011100011110100111010010100011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CDC7; }

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

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

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

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

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

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

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

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