Html Css Color HEX #BFD6D0 Jet Stream

📋 copy color: '#BFD6D0'

red 191 ◦ green 214 ◦ blue 208

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

Shades of Jet Stream #BFD6D0

Tints of Jet Stream #BFD6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.93%

R = 31.16%
G = 34.91%
B = 33.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#BFD6D0 (or 0xBFD6D0) is known color: Jet Stream. HEX triplet: BF, D6 and D0. RGB value is (191,214,208). Sum of RGB (Red+Green+Blue) = 191+214+208=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6D0 is #40292F. Grayscale: #CECECE. Windows color (decimal): -4204848 or 13686463. OLE color: 13686463.

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

Color convert

RGB 191 214 208 -
CMYK 0.11 0 0.03 0.16
HSL 164.35º 0.22% 0.79% -
HSV(B) 164.35º 0.11% 0.84% -
XYZ 56.92 63.72 68.97 -
YUV 206.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 191 214 208 0.11 0 0.03 0.16 164.35 0.22 0.79
Hex BF D6 D0 B 0 3 10 A4 16 4F
Octal 277 326 320 13 0 3 20 244 26 117
Binary 10111111 11010110 11010000 1011 0 11 10000 10100100 10110 1001111

Color Harmonies of #BFD6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD6D0

Black with #BFD6D0

Text Example


Text Example

White with #BFD6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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