Html Css Color HEX #BFD7CE Jet Stream

📋 copy color: '#BFD7CE'

red 191 ◦ green 215 ◦ blue 206

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

Shades of Jet Stream #BFD7CE

Tints of Jet Stream #BFD7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.13%

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

R = 31.21%
G = 35.13%
B = 33.66%

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

#BFD7CE (or 0xBFD7CE) is known color: Jet Stream. HEX triplet: BF, D7 and CE. RGB value is (191,215,206). Sum of RGB (Red+Green+Blue) = 191+215+206=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7CE is #402831. Grayscale: #CECECE. Windows color (decimal): -4204594 or 13555647. OLE color: 13555647.

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

Color convert

RGB 191 215 206 -
CMYK 0.11 0 0.04 0.16
HSL 157.5º 0.23% 0.8% -
HSV(B) 157.5º 0.11% 0.84% -
XYZ 56.93 64.13 67.77 -
YUV 206.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 191 215 206 0.11 0 0.04 0.16 157.5 0.23 0.8
Hex BF D7 CE B 0 4 10 9E 17 50
Octal 277 327 316 13 0 4 20 236 27 120
Binary 10111111 11010111 11001110 1011 0 100 10000 10011110 10111 1010000

Color Harmonies of #BFD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD7CE

Black with #BFD7CE

Text Example


Text Example

White with #BFD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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