#BDDFF1

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

Shades of Onahau #BDDFF1

Tints of Onahau #BDDFF1

Color information

#BDDFF1 (or 0xBDDFF1) is unknown color: approx Onahau. HEX triplet: BD, DF and F1. RGB value is (189,223,241). Sum of RGB (Red+Green+Blue) = 189+223+241=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFF1 is #42200E. Grayscale: #D6D6D6. Windows color (decimal): -4333583 or 15851453. OLE color: 15851453.

HSL color Cylindrical-coordinate representation of color #BDDFF1: hue angle of 200.77º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDFF1 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189223241-
CMYK0.220.0700.05
HSL200.77º65%84.31%-
HSV(B)200.77º21.58%94.51%-
XYZ63.2569.9593.39-
YUV214.89142.74109.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=28.94%
G=34.15%
B=36.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892232410.220.0700.05200.776584.31
HexBDDFF116705c94154
Octal27533736126705311101124
Binary1011110111011111111100011011011101011100100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFF1; }

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

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

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

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

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

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

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

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