#BFF7FD

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

Shades of Onahau #BFF7FD

Tints of Onahau #BFF7FD

Color information

#BFF7FD (or 0xBFF7FD) is unknown color: approx Onahau. HEX triplet: BF, F7 and FD. RGB value is (191,247,253). Sum of RGB (Red+Green+Blue) = 191+247+253=691 (91% of max value = 765). Red value is 191 (75% from 255 or 27.64% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFF7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7FD is #400802. Grayscale: #E6E6E6. Windows color (decimal): -4196355 or 16644031. OLE color: 16644031.

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

Color convert

RGB191247253-
CMYK0.250.0200.01
HSL185.81º93.94%87.06%-
HSV(B)185.81º24.51%99.22%-
XYZ72.4884.69105.46-
YUV230.94140.4599.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.64%
GREEN value IS 247 (96.88% from 255) = 35.75%
BLUE value IS 253 (99.22% from 255) = 36.61%
R=27.64%
G=35.75%
B=36.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912472530.250.0200.01185.8193.9487.06
HexBFF7FD19201ba5e57
Octal27736737531201272136127
Binary1011111111110111111111011100110011011101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7FD; }

 p { color: rgb(191,247,253); }

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

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

 a { background-color: rgb(191,247,253); }

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

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

 span { border-color: rgb(191,247,253); }

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