Html Css Color HEX #BFD6CE Jet Stream

📋 copy color: '#BFD6CE'

red 191 ◦ green 214 ◦ blue 206

#BFD6CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #BFD6CE

Tints of Jet Stream #BFD6CE

RGB

 RED value IS 191 (75% from 255) = 31.26%

 GREEN value IS 214 (83.98% from 255) = 35.02%

 BLUE value IS 206 (80.86% from 255) = 33.72%

R = 31.26%
G = 35.02%
B = 33.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#BFD6CE (or 0xBFD6CE) is known color: Jet Stream. HEX triplet: BF, D6 and CE. RGB value is (191,214,206). Sum of RGB (Red+Green+Blue) = 191+214+206=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6CE is #402931. Grayscale: #CECECE. Windows color (decimal): -4204850 or 13555391. OLE color: 13555391.

HSL color Cylindrical-coordinate representation of color #BFD6CE: hue angle of 159.13º 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 #BFD6CE is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 214 206 -
CMYK 0.11 0 0.04 0.16
HSL 159.13º 0.22% 0.79% -
HSV(B) 159.13º 0.11% 0.84% -
XYZ 56.67 63.63 67.69 -
YUV 206.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 191 214 206 0.11 0 0.04 0.16 159.13 0.22 0.79
Hex BF D6 CE B 0 4 10 9F 16 4F
Octal 277 326 316 13 0 4 20 237 26 117
Binary 10111111 11010110 11001110 1011 0 100 10000 10011111 10110 1001111

Color Harmonies of #BFD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD6CE

Black with #BFD6CE

Text Example


Text Example

White with #BFD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD6CE; }

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

 H1.HeaderClassName
 {
   color: #BFD6CE;
 }
 .AnyTagClassName
 {
   color: #BFD6CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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