#B7CFCA

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

Shades of Jet Stream #B7CFCA

Tints of Jet Stream #B7CFCA

Color information

#B7CFCA (or 0xB7CFCA) is unknown color: approx Jet Stream. HEX triplet: B7, CF and CA. RGB value is (183,207,202). Sum of RGB (Red+Green+Blue) = 183+207+202=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFCA is #483035. Grayscale: #C7C7C7. Windows color (decimal): -4730934 or 13291447. OLE color: 13291447.

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

Color convert

RGB183207202-
CMYK0.1200.020.19
HSL167.5º20%76.47%-
HSV(B)167.5º11.59%81.18%-
XYZ52.558.9664.49-
YUV199.25129.55116.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.91%
GREEN value IS 207 (81.25% from 255) = 34.97%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=30.91%
G=34.97%
B=34.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1832072020.1200.020.19167.52076.47
HexB7CFCAC0213a7144c
Octal26731731214022324724114
Binary10110111110011111100101011000101001110100111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CFCA; }

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

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

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

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

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

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

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

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