Html Css Color HEX #BFD6CF Jet Stream

📋 copy color: '#BFD6CF'

red 191 ◦ green 214 ◦ blue 207

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

Shades of Jet Stream #BFD6CF

Tints of Jet Stream #BFD6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.82%

R = 31.21%
G = 34.97%
B = 33.82%

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

#BFD6CF (or 0xBFD6CF) is known color: Jet Stream. HEX triplet: BF, D6 and CF. RGB value is (191,214,207). Sum of RGB (Red+Green+Blue) = 191+214+207=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6CF is #402930. Grayscale: #CECECE. Windows color (decimal): -4204849 or 13620927. OLE color: 13620927.

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

Color convert

RGB 191 214 207 -
CMYK 0.11 0 0.03 0.16
HSL 161.74º 0.22% 0.79% -
HSV(B) 161.74º 0.11% 0.84% -
XYZ 56.79 63.67 68.33 -
YUV 206.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 191 214 207 0.11 0 0.03 0.16 161.74 0.22 0.79
Hex BF D6 CF B 0 3 10 A2 16 4F
Octal 277 326 317 13 0 3 20 242 26 117
Binary 10111111 11010110 11001111 1011 0 11 10000 10100010 10110 1001111

Color Harmonies of #BFD6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD6CF

Black with #BFD6CF

Text Example


Text Example

White with #BFD6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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