#BDDFFE

Color #BDDFFE Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #BDDFFE

Tints of Pattens Blue #BDDFFE

Color information

#BDDFFE (or 0xBDDFFE) is unknown color: approx Pattens Blue. HEX triplet: BD, DF and FE. RGB value is (189,223,254). Sum of RGB (Red+Green+Blue) = 189+223+254=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFFE is #422001. Grayscale: #D8D8D8. Windows color (decimal): -4333570 or 16703421. OLE color: 16703421.

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

Color convert

RGB189223254-
CMYK0.260.1200.00
HSL208.62º97.01%86.86%-
HSV(B)208.62º25.59%99.61%-
XYZ65.2670.75103.98-
YUV216.37149.24108.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.38%
GREEN value IS 223 (87.5% from 255) = 33.48%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=28.38%
G=33.48%
B=38.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892232540.260.1200.00208.6297.0186.86
HexBDDFFE1AC00d16157
Octal275337376321400321141127
Binary101111011101111111111110110101100001101000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFFE; }

 p { color: rgb(189,223,254); }

 H1.HeaderClassName
 {
   color: #BDDFFE;
 }
 .AnyTagClassName
 {
   color: #BDDFFE;
 }
</style>
background-color css

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

 a { background-color: rgb(189,223,254); }

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

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

 span { border-color: rgb(189,223,254); }

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