#BFD0CC

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

Shades of Jet Stream #BFD0CC

Tints of Jet Stream #BFD0CC

Color information

#BFD0CC (or 0xBFD0CC) is unknown color: approx Jet Stream. HEX triplet: BF, D0 and CC. RGB value is (191,208,204). Sum of RGB (Red+Green+Blue) = 191+208+204=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0CC is #402F33. Grayscale: #CACACA. Windows color (decimal): -4206388 or 13422783. OLE color: 13422783.

HSL color Cylindrical-coordinate representation of color #BFD0CC: hue angle of 165.88º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFD0CC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB191208204-
CMYK0.0800.020.18
HSL165.88º15.32%78.24%-
HSV(B)165.88º8.17%81.57%-
XYZ54.9460.5565.92-
YUV202.46128.87119.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 204 (80.08% from 255) = 33.83%
R=31.67%
G=34.49%
B=33.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912082040.0800.020.18165.8815.3278.24
HexBFD0CC80212a6f4e
Octal27732031410022224617116
Binary1011111111010000110011001000010100101010011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0CC; }

 p { color: rgb(191,208,204); }

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

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

 a { background-color: rgb(191,208,204); }

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

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

 span { border-color: rgb(191,208,204); }

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