#BDEFFD

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

Shades of Onahau #BDEFFD

Tints of Onahau #BDEFFD

Color information

#BDEFFD (or 0xBDEFFD) is unknown color: approx Onahau. HEX triplet: BD, EF and FD. RGB value is (189,239,253). Sum of RGB (Red+Green+Blue) = 189+239+253=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDEFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEFFD is #421002. Grayscale: #E1E1E1. Windows color (decimal): -4329475 or 16641981. OLE color: 16641981.

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

Color convert

RGB189239253-
CMYK0.250.0600.01
HSL193.12º94.12%86.67%-
HSV(B)193.12º25.3%99.22%-
XYZ69.5879.64104.63-
YUV225.65143.44101.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.75%
GREEN value IS 239 (93.75% from 255) = 35.10%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=27.75%
G=35.10%
B=37.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892392530.250.0600.01193.1294.1286.67
HexBDEFFD19601c15e57
Octal27535737531601301136127
Binary10111101111011111111110111001110011100000110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFFD; }

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

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

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

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

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

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

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

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