#BDDFFD

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

Shades of Pattens Blue #BDDFFD

Tints of Pattens Blue #BDDFFD

Color information

#BDDFFD (or 0xBDDFFD) is unknown color: approx Pattens Blue. HEX triplet: BD, DF and FD. RGB value is (189,223,253). Sum of RGB (Red+Green+Blue) = 189+223+253=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFFD is #422002. Grayscale: #D8D8D8. Windows color (decimal): -4333571 or 16637885. OLE color: 16637885.

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

Color convert

RGB189223253-
CMYK0.250.1200.01
HSL208.12º94.12%86.67%-
HSV(B)208.12º25.3%99.22%-
XYZ65.170.69103.14-
YUV216.25148.74108.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.42%
GREEN value IS 223 (87.5% from 255) = 33.53%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=28.42%
G=33.53%
B=38.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892232530.250.1200.01208.1294.1286.67
HexBDDFFD19C01d05e57
Octal275337375311401320136127
Binary101111011101111111111101110011100011101000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFFD; }

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

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

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

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

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

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

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

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