#bfdceb

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

Shades of Onahau #BFDCEB

Tints of Onahau #BFDCEB

Color information

#BFDCEB (or 0xBFDCEB) is unknown color: approx Onahau. HEX triplet: BF, DC and EB. RGB value is (191,220,235). Sum of RGB (Red+Green+Blue) = 191+220+235=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCEB is #402314. Grayscale: #D4D4D4. Windows color (decimal): -4203285 or 15457471. OLE color: 15457471.

HSL color Cylindrical-coordinate representation of color #BFDCEB: hue angle of 200.45º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFDCEB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191220235-
CMYK0.190.0600.08
HSL200.45º52.38%83.53%-
HSV(B)200.45º18.72%92.16%-
XYZ62.0768.2688.5-
YUV213.04140.39112.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.57%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=29.57%
G=34.06%
B=36.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912202350.190.0600.08200.4552.3883.53
HexBFDCEB13608c83454
Octal27733435323601031064124
Binary1011111111011100111010111001111001000110010001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfdceb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfdceb; }

 p { color: rgb(191,220,235); }

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

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

 a { background-color: rgb(191,220,235); }

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

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

 span { border-color: rgb(191,220,235); }

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