Html Css Color HEX #BFDEFA Pattens Blue

📋 copy color: '#BFDEFA'

red 191 ◦ green 222 ◦ blue 250

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

Shades of Pattens Blue #BFDEFA

Tints of Pattens Blue #BFDEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.48%

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

R = 28.81%
G = 33.48%
B = 37.71%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFDEFA (or 0xBFDEFA) is known color: Pattens Blue. HEX triplet: BF, DE and FA. RGB value is (191,222,250). Sum of RGB (Red+Green+Blue) = 191+222+250=663 (87% of max value = 765). Red value is 191 (75% from 255 or 28.81% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDEFA is #402105. Grayscale: #D7D7D7. Windows color (decimal): -4202758 or 16441023. OLE color: 16441023.

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

Color convert

RGB 191 222 250 -
CMYK 0.24 0.11 0 0.02
HSL 208.47º 0.86% 0.86% -
HSV(B) 208.47º 0.24% 0.98% -
XYZ 64.86 70.22 100.58 -
YUV 215.92 147.23 110.22 -
System Red Green Blue C M Y K H S L
Decimal 191 222 250 0.24 0.11 0 0.02 208.47 0.86 0.86
Hex BF DE FA 18 B 0 2 D0 56 56
Octal 277 336 372 30 13 0 2 320 126 126
Binary 10111111 11011110 11111010 11000 1011 0 10 11010000 1010110 1010110

Color Harmonies of #BFDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDEFA

Black with #BFDEFA

Text Example


Text Example

White with #BFDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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