Html Css Color HEX #BFE6FD Pattens Blue

📋 copy color: '#BFE6FD'

red 191 ◦ green 230 ◦ blue 253

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

Shades of Pattens Blue #BFE6FD

Tints of Pattens Blue #BFE6FD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.12%

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

R = 28.34%
G = 34.12%
B = 37.54%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFE6FD (or 0xBFE6FD) is known color: Pattens Blue. HEX triplet: BF, E6 and FD. RGB value is (191,230,253). Sum of RGB (Red+Green+Blue) = 191+230+253=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 230 (90.23% from 255 or 34.12% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE6FD is #401902. Grayscale: #DCDCDC. Windows color (decimal): -4200707 or 16639679. OLE color: 16639679.

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

Color convert

RGB 191 230 253 -
CMYK 0.25 0.09 0 0.01
HSL 202.26º 0.94% 0.87% -
HSV(B) 202.26º 0.25% 0.99% -
XYZ 67.51 74.76 103.8 -
YUV 220.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 191 230 253 0.25 0.09 0 0.01 202.26 0.94 0.87
Hex BF E6 FD 19 9 0 1 CA 5E 57
Octal 277 346 375 31 11 0 1 312 136 127
Binary 10111111 11100110 11111101 11001 1001 0 1 11001010 1011110 1010111

Color Harmonies of #BFE6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE6FD

Black with #BFE6FD

Text Example


Text Example

White with #BFE6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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