#BFD6CC

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

Shades of Jet Stream #BFD6CC

Tints of Jet Stream #BFD6CC

Color information

#BFD6CC (or 0xBFD6CC) is unknown color: approx Jet Stream. HEX triplet: BF, D6 and CC. RGB value is (191,214,204). Sum of RGB (Red+Green+Blue) = 191+214+204=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6CC is #402933. Grayscale: #CECECE. Windows color (decimal): -4204852 or 13424319. OLE color: 13424319.

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

Color convert

RGB191214204-
CMYK0.1100.050.16
HSL153.91º21.9%79.41%-
HSV(B)153.91º10.75%83.92%-
XYZ56.4363.5366.41-
YUV205.98126.88117.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=31.36%
G=35.14%
B=33.50%

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
Decimal1912142040.1100.050.16153.9121.979.41
HexBFD6CCB05109a164f
Octal27732631413052023226117
Binary101111111101011011001100101101011000010011010101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6CC; }

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

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

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

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

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

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

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

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