#BFDFF1

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

Shades of Onahau #BFDFF1

Tints of Onahau #BFDFF1

Color information

#BFDFF1 (or 0xBFDFF1) is unknown color: approx Onahau. HEX triplet: BF, DF and F1. RGB value is (191,223,241). Sum of RGB (Red+Green+Blue) = 191+223+241=655 (86% of max value = 765). Red value is 191 (75% from 255 or 29.16% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFF1 is #40200E. Grayscale: #D7D7D7. Windows color (decimal): -4202511 or 15851455. OLE color: 15851455.

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

Color convert

RGB191223241-
CMYK0.210.0700.05
HSL201.6º64.1%84.71%-
HSV(B)201.6º20.75%94.51%-
XYZ63.7570.293.41-
YUV215.48142.4110.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.16%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 241 (94.53% from 255) = 36.79%
R=29.16%
G=34.05%
B=36.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912232410.210.0700.05201.664.184.71
HexBFDFF115705ca4055
Octal27733736125705312100125
Binary1011111111011111111100011010111101011100101010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFF1; }

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

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

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

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

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

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

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

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