Html Css Color HEX #BFE0FD Pattens Blue

📋 copy color: '#BFE0FD'

red 191 ◦ green 224 ◦ blue 253

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

Shades of Pattens Blue #BFE0FD

Tints of Pattens Blue #BFE0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.53%

 BLUE value IS 253 (99.22% from 255) = 37.87%

R = 28.59%
G = 33.53%
B = 37.87%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFE0FD (or 0xBFE0FD) is known color: Pattens Blue. HEX triplet: BF, E0 and FD. RGB value is (191,224,253). Sum of RGB (Red+Green+Blue) = 191+224+253=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFE0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0FD is #401F02. Grayscale: #D9D9D9. Windows color (decimal): -4202243 or 16638143. OLE color: 16638143.

HSL color Cylindrical-coordinate representation of color #BFE0FD: hue angle of 208.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFE0FD is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 224 253 -
CMYK 0.25 0.11 0 0.01
HSL 208.06º 0.94% 0.87% -
HSV(B) 208.06º 0.25% 0.99% -
XYZ 65.87 71.48 103.25 -
YUV 217.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 191 224 253 0.25 0.11 0 0.01 208.06 0.94 0.87
Hex BF E0 FD 19 B 0 1 D0 5E 57
Octal 277 340 375 31 13 0 1 320 136 127
Binary 10111111 11100000 11111101 11001 1011 0 1 11010000 1011110 1010111

Color Harmonies of #BFE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0FD

Black with #BFE0FD

Text Example


Text Example

White with #BFE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0FD; }

 p { color: rgb(191,224,253); }

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

background-color css

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

 a { background-color: rgb(191,224,253); }

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

border-color css

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

 span { border-color: rgb(191,224,253); }

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