Html Css Color HEX #BFDFF9 Pattens Blue

📋 copy color: '#BFDFF9'

red 191 ◦ green 223 ◦ blue 249

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

Shades of Pattens Blue #BFDFF9

Tints of Pattens Blue #BFDFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.63%

 BLUE value IS 249 (97.66% from 255) = 37.56%

R = 28.81%
G = 33.63%
B = 37.56%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFDFF9 (or 0xBFDFF9) is known color: Pattens Blue. HEX triplet: BF, DF and F9. RGB value is (191,223,249). Sum of RGB (Red+Green+Blue) = 191+223+249=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFDFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFF9 is #402006. Grayscale: #D8D8D8. Windows color (decimal): -4202503 or 16375743. OLE color: 16375743.

HSL color Cylindrical-coordinate representation of color #BFDFF9: hue angle of 206.9º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDFF9 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 223 249 -
CMYK 0.23 0.10 0 0.02
HSL 206.9º 0.83% 0.86% -
HSV(B) 206.9º 0.23% 0.98% -
XYZ 64.97 70.69 99.84 -
YUV 216.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 191 223 249 0.23 0.10 0 0.02 206.9 0.83 0.86
Hex BF DF F9 17 A 0 2 CF 53 56
Octal 277 337 371 27 12 0 2 317 123 126
Binary 10111111 11011111 11111001 10111 1010 0 10 11001111 1010011 1010110

Color Harmonies of #BFDFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFF9

Black with #BFDFF9

Text Example


Text Example

White with #BFDFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFF9; }

 p { color: rgb(191,223,249); }

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

background-color css

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

 a { background-color: rgb(191,223,249); }

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

border-color css

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

 span { border-color: rgb(191,223,249); }

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