Html Css Color HEX #BFE5FE Pattens Blue

📋 copy color: '#BFE5FE'

red 191 ◦ green 229 ◦ blue 254

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

Shades of Pattens Blue #BFE5FE

Tints of Pattens Blue #BFE5FE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.98%

 BLUE value IS 254 (99.61% from 255) = 37.69%

R = 28.34%
G = 33.98%
B = 37.69%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BFE5FE (or 0xBFE5FE) is known color: Pattens Blue. HEX triplet: BF, E5 and FE. RGB value is (191,229,254). Sum of RGB (Red+Green+Blue) = 191+229+254=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 229 (89.84% from 255 or 33.98% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5FE is #401A01. Grayscale: #DCDCDC. Windows color (decimal): -4200962 or 16704959. OLE color: 16704959.

HSL color Cylindrical-coordinate representation of color #BFE5FE: hue angle of 203.81º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFE5FE is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 229 254 -
CMYK 0.25 0.10 0 0.00
HSL 203.81º 0.97% 0.87% -
HSV(B) 203.81º 0.25% 1% -
XYZ 67.39 74.27 104.55 -
YUV 220.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 191 229 254 0.25 0.10 0 0.00 203.81 0.97 0.87
Hex BF E5 FE 19 A 0 0 CC 61 57
Octal 277 345 376 31 12 0 0 314 141 127
Binary 10111111 11100101 11111110 11001 1010 0 0 11001100 1100001 1010111

Color Harmonies of #BFE5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5FE

Black with #BFE5FE

Text Example


Text Example

White with #BFE5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5FE; }

 p { color: rgb(191,229,254); }

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

background-color css

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

 a { background-color: rgb(191,229,254); }

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

border-color css

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

 span { border-color: rgb(191,229,254); }

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