Html Css Color HEX #BFDDFA Pattens Blue

📋 copy color: '#BFDDFA'

red 191 ◦ green 221 ◦ blue 250

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

Shades of Pattens Blue #BFDDFA

Tints of Pattens Blue #BFDDFA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.38%

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 28.85%
G = 33.38%
B = 37.76%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFDDFA (or 0xBFDDFA) is known color: Pattens Blue. HEX triplet: BF, DD and FA. RGB value is (191,221,250). Sum of RGB (Red+Green+Blue) = 191+221+250=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFDDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDFA is #402205. Grayscale: #D7D7D7. Windows color (decimal): -4203014 or 16440767. OLE color: 16440767.

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

Color convert

RGB 191 221 250 -
CMYK 0.24 0.12 0 0.02
HSL 209.49º 0.86% 0.86% -
HSV(B) 209.49º 0.24% 0.98% -
XYZ 64.6 69.69 100.49 -
YUV 215.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 191 221 250 0.24 0.12 0 0.02 209.49 0.86 0.86
Hex BF DD FA 18 C 0 2 D1 56 56
Octal 277 335 372 30 14 0 2 321 126 126
Binary 10111111 11011101 11111010 11000 1100 0 10 11010001 1010110 1010110

Color Harmonies of #BFDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDFA

Black with #BFDDFA

Text Example


Text Example

White with #BFDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDFA; }

 p { color: rgb(191,221,250); }

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

background-color css

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

 a { background-color: rgb(191,221,250); }

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

border-color css

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

 span { border-color: rgb(191,221,250); }

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