#BFD2CC

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

Shades of Jet Stream #BFD2CC

Tints of Jet Stream #BFD2CC

Color information

#BFD2CC (or 0xBFD2CC) is unknown color: approx Jet Stream. HEX triplet: BF, D2 and CC. RGB value is (191,210,204). Sum of RGB (Red+Green+Blue) = 191+210+204=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2CC is #402D33. Grayscale: #CBCBCB. Windows color (decimal): -4205876 or 13423295. OLE color: 13423295.

HSL color Cylindrical-coordinate representation of color #BFD2CC: hue angle of 161.05º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2CC is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB191210204-
CMYK0.0900.030.18
HSL161.05º17.43%78.63%-
HSV(B)161.05º9.05%82.35%-
XYZ55.4361.5366.08-
YUV203.64128.21118.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 210 (82.42% from 255) = 34.71%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=31.57%
G=34.71%
B=33.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912102040.0900.030.18161.0517.4378.63
HexBFD2CC90312a1114f
Octal27732231411032224121117
Binary10111111110100101100110010010111001010100001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2CC; }

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

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

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

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

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

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

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

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