#BDDDF4

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

Shades of Pattens Blue #BDDDF4

Tints of Pattens Blue #BDDDF4

Color information

#BDDDF4 (or 0xBDDDF4) is unknown color: approx Pattens Blue. HEX triplet: BD, DD and F4. RGB value is (189,221,244). Sum of RGB (Red+Green+Blue) = 189+221+244=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF4 is #42220B. Grayscale: #D5D5D5. Windows color (decimal): -4334092 or 16047549. OLE color: 16047549.

HSL color Cylindrical-coordinate representation of color #BDDDF4: hue angle of 205.09º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDDF4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189221244-
CMYK0.230.0900.04
HSL205.09º71.43%84.9%-
HSV(B)205.09º22.54%95.69%-
XYZ63.1769.0695.59-
YUV214.05144.9110.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=28.90%
G=33.79%
B=37.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892212440.230.0900.04205.0971.4384.9
HexBDDDF417904cd4755
Octal275335364271104315107125
Binary10111101110111011111010010111100101001100110110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDF4; }

 p { color: rgb(189,221,244); }

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

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

 a { background-color: rgb(189,221,244); }

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

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

 span { border-color: rgb(189,221,244); }

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