Html Css Color HEX #BFE4FF Pattens Blue

📋 copy color: '#BFE4FF'

red 191 ◦ green 228 ◦ blue 255

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

Shades of Pattens Blue #BFE4FF

Tints of Pattens Blue #BFE4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.83%

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

R = 28.34%
G = 33.83%
B = 37.83%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BFE4FF (or 0xBFE4FF) is known color: Pattens Blue. HEX triplet: BF, E4 and FF. RGB value is (191,228,255). Sum of RGB (Red+Green+Blue) = 191+228+255=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4FF is #401B00. Grayscale: #DBDBDB. Windows color (decimal): -4201217 or 16770239. OLE color: 16770239.

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

Color convert

RGB 191 228 255 -
CMYK 0.25 0.11 0 0
HSL 205.31º 1% 0.87% -
HSV(B) 205.31º 0.25% 1% -
XYZ 67.28 73.78 105.3 -
YUV 220.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 191 228 255 0.25 0.11 0 0 205.31 1 0.87
Hex BF E4 FF 19 B 0 0 CD 64 57
Octal 277 344 377 31 13 0 0 315 144 127
Binary 10111111 11100100 11111111 11001 1011 0 0 11001101 1100100 1010111

Color Harmonies of #BFE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4FF

Black with #BFE4FF

Text Example


Text Example

White with #BFE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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