#BFD7CC

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

Shades of Jet Stream #BFD7CC

Tints of Jet Stream #BFD7CC

Color information

#BFD7CC (or 0xBFD7CC) is unknown color: approx Jet Stream. HEX triplet: BF, D7 and CC. RGB value is (191,215,204). Sum of RGB (Red+Green+Blue) = 191+215+204=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7CC is #402833. Grayscale: #CECECE. Windows color (decimal): -4204596 or 13424575. OLE color: 13424575.

HSL color Cylindrical-coordinate representation of color #BFD7CC: hue angle of 152.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD7CC is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB191215204-
CMYK0.1100.050.16
HSL152.5º23.08%79.61%-
HSV(B)152.5º11.16%84.31%-
XYZ56.6964.0466.5-
YUV206.57126.55116.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 204 (80.08% from 255) = 33.44%
R=31.31%
G=35.25%
B=33.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912152040.1100.050.16152.523.0879.61
HexBFD7CCB0510981750
Octal27732731413052023027120
Binary101111111101011111001100101101011000010011000101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7CC; }

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

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

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

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

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

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

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

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