#B5CFCA

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

Shades of Jet Stream #B5CFCA

Tints of Jet Stream #B5CFCA

Color information

#B5CFCA (or 0xB5CFCA) is unknown color: approx Jet Stream. HEX triplet: B5, CF and CA. RGB value is (181,207,202). Sum of RGB (Red+Green+Blue) = 181+207+202=590 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.68% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFCA is #4A3035. Grayscale: #C6C6C6. Windows color (decimal): -4862006 or 13291445. OLE color: 13291445.

HSL color Cylindrical-coordinate representation of color #B5CFCA: hue angle of 168.46º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CFCA is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB181207202-
CMYK0.1300.020.19
HSL168.46º21.31%76.08%-
HSV(B)168.46º12.56%81.18%-
XYZ52.0358.7164.47-
YUV198.66129.89115.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.68%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=30.68%
G=35.08%
B=34.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812072020.1300.020.19168.4621.3176.08
HexB5CFCAD0213a8154c
Octal26531731215022325025114
Binary10110101110011111100101011010101001110101000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFCA; }

 p { color: rgb(181,207,202); }

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

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

 a { background-color: rgb(181,207,202); }

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

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

 span { border-color: rgb(181,207,202); }

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