Html Css Color HEX #BFDAD1 Jet Stream

📋 copy color: '#BFDAD1'

red 191 ◦ green 218 ◦ blue 209

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

Shades of Jet Stream #BFDAD1

Tints of Jet Stream #BFDAD1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.28%

 BLUE value IS 209 (82.03% from 255) = 33.82%

R = 30.91%
G = 35.28%
B = 33.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#BFDAD1 (or 0xBFDAD1) is known color: Jet Stream. HEX triplet: BF, DA and D1. RGB value is (191,218,209). Sum of RGB (Red+Green+Blue) = 191+218+209=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAD1 is #40252E. Grayscale: #D0D0D0. Windows color (decimal): -4203823 or 13753023. OLE color: 13753023.

HSL color Cylindrical-coordinate representation of color #BFDAD1: hue angle of 160º degrees, saturation: 0.27, 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 #BFDAD1 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 218 209 -
CMYK 0.12 0 0.04 0.15
HSL 160º 0.27% 0.8% -
HSV(B) 160º 0.12% 0.85% -
XYZ 58.07 65.82 69.97 -
YUV 208.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 191 218 209 0.12 0 0.04 0.15 160 0.27 0.8
Hex BF DA D1 C 0 4 F A0 1B 50
Octal 277 332 321 14 0 4 17 240 33 120
Binary 10111111 11011010 11010001 1100 0 100 1111 10100000 11011 1010000

Color Harmonies of #BFDAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAD1

Black with #BFDAD1

Text Example


Text Example

White with #BFDAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAD1; }

 p { color: rgb(191,218,209); }

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

background-color css

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

 a { background-color: rgb(191,218,209); }

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

border-color css

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

 span { border-color: rgb(191,218,209); }

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