Html Css Color HEX #BFE0F6 Pattens Blue

📋 copy color: '#BFE0F6'

red 191 ◦ green 224 ◦ blue 246

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

Shades of Pattens Blue #BFE0F6

Tints of Pattens Blue #BFE0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.22%

R = 28.9%
G = 33.89%
B = 37.22%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BFE0F6 (or 0xBFE0F6) is known color: Pattens Blue. HEX triplet: BF, E0 and F6. RGB value is (191,224,246). Sum of RGB (Red+Green+Blue) = 191+224+246=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0F6 is #401F09. Grayscale: #D8D8D8. Windows color (decimal): -4202250 or 16179391. OLE color: 16179391.

HSL color Cylindrical-coordinate representation of color #BFE0F6: hue angle of 204º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFE0F6 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 224 246 -
CMYK 0.22 0.09 0 0.04
HSL 204º 0.75% 0.86% -
HSV(B) 204º 0.22% 0.96% -
XYZ 64.78 71.04 97.49 -
YUV 216.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 191 224 246 0.22 0.09 0 0.04 204 0.75 0.86
Hex BF E0 F6 16 9 0 4 CC 4B 56
Octal 277 340 366 26 11 0 4 314 113 126
Binary 10111111 11100000 11110110 10110 1001 0 100 11001100 1001011 1010110

Color Harmonies of #BFE0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0F6

Black with #BFE0F6

Text Example


Text Example

White with #BFE0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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