#B8CFCB

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

Shades of Jet Stream #B8CFCB

Tints of Jet Stream #B8CFCB

Color information

#B8CFCB (or 0xB8CFCB) is unknown color: approx Jet Stream. HEX triplet: B8, CF and CB. RGB value is (184,207,203). Sum of RGB (Red+Green+Blue) = 184+207+203=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFCB is #473034. Grayscale: #C7C7C7. Windows color (decimal): -4665397 or 13356984. OLE color: 13356984.

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

Color convert

RGB184207203-
CMYK0.1100.020.19
HSL169.57º19.33%76.67%-
HSV(B)169.57º11.11%81.18%-
XYZ52.8659.1365.13-
YUV199.67129.88116.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.98%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=30.98%
G=34.85%
B=34.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842072030.1100.020.19169.5719.3376.67
HexB8CFCBB0213aa134d
Octal27031731313022325223115
Binary10111000110011111100101110110101001110101010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFCB; }

 p { color: rgb(184,207,203); }

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

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

 a { background-color: rgb(184,207,203); }

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

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

 span { border-color: rgb(184,207,203); }

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