Html Css Color HEX #BFD8CE Jet Stream

📋 copy color: '#BFD8CE'

red 191 ◦ green 216 ◦ blue 206

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

Shades of Jet Stream #BFD8CE

Tints of Jet Stream #BFD8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.24%

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

R = 31.16%
G = 35.24%
B = 33.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#BFD8CE (or 0xBFD8CE) is known color: Jet Stream. HEX triplet: BF, D8 and CE. RGB value is (191,216,206). Sum of RGB (Red+Green+Blue) = 191+216+206=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8CE is #402731. Grayscale: #CFCFCF. Windows color (decimal): -4204338 or 13555903. OLE color: 13555903.

HSL color Cylindrical-coordinate representation of color #BFD8CE: hue angle of 156º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD8CE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 216 206 -
CMYK 0.12 0 0.05 0.15
HSL 156º 0.24% 0.8% -
HSV(B) 156º 0.12% 0.85% -
XYZ 57.18 64.64 67.86 -
YUV 207.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 191 216 206 0.12 0 0.05 0.15 156 0.24 0.8
Hex BF D8 CE C 0 5 F 9C 18 50
Octal 277 330 316 14 0 5 17 234 30 120
Binary 10111111 11011000 11001110 1100 0 101 1111 10011100 11000 1010000

Color Harmonies of #BFD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD8CE

Black with #BFD8CE

Text Example


Text Example

White with #BFD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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