Html Css Color HEX #BFDACF Jet Stream

📋 copy color: '#BFDACF'

red 191 ◦ green 218 ◦ blue 207

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

Shades of Jet Stream #BFDACF

Tints of Jet Stream #BFDACF

RGB

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

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

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

R = 31.01%
G = 35.39%
B = 33.6%

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

#BFDACF (or 0xBFDACF) is known color: Jet Stream. HEX triplet: BF, DA and CF. RGB value is (191,218,207). Sum of RGB (Red+Green+Blue) = 191+218+207=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDACF is #402530. Grayscale: #D0D0D0. Windows color (decimal): -4203825 or 13621951. OLE color: 13621951.

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

Color convert

RGB 191 218 207 -
CMYK 0.12 0 0.05 0.15
HSL 155.56º 0.27% 0.8% -
HSV(B) 155.56º 0.12% 0.85% -
XYZ 57.82 65.72 68.67 -
YUV 208.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 191 218 207 0.12 0 0.05 0.15 155.56 0.27 0.8
Hex BF DA CF C 0 5 F 9C 1B 50
Octal 277 332 317 14 0 5 17 234 33 120
Binary 10111111 11011010 11001111 1100 0 101 1111 10011100 11011 1010000

Color Harmonies of #BFDACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDACF

Black with #BFDACF

Text Example


Text Example

White with #BFDACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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