Html Css Color HEX #BFE5FF Pattens Blue

📋 copy color: '#BFE5FF'

red 191 ◦ green 229 ◦ blue 255

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

Shades of Pattens Blue #BFE5FF

Tints of Pattens Blue #BFE5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.78%

R = 28.3%
G = 33.93%
B = 37.78%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFE5FF (or 0xBFE5FF) is known color: Pattens Blue. HEX triplet: BF, E5 and FF. RGB value is (191,229,255). Sum of RGB (Red+Green+Blue) = 191+229+255=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 229 (89.84% from 255 or 33.93% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5FF is #401A00. Grayscale: #DCDCDC. Windows color (decimal): -4200961 or 16770495. OLE color: 16770495.

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

Color convert

RGB 191 229 255 -
CMYK 0.25 0.10 0 0
HSL 204.38º 1% 0.87% -
HSV(B) 204.38º 0.25% 1% -
XYZ 67.56 74.33 105.4 -
YUV 220.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 191 229 255 0.25 0.10 0 0 204.38 1 0.87
Hex BF E5 FF 19 A 0 0 CC 64 57
Octal 277 345 377 31 12 0 0 314 144 127
Binary 10111111 11100101 11111111 11001 1010 0 0 11001100 1100100 1010111

Color Harmonies of #BFE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE5FF

Black with #BFE5FF

Text Example


Text Example

White with #BFE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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