Html Css Color HEX #BFDADE Powder Blue

📋 copy color: '#BFDADE'

red 191 ◦ green 218 ◦ blue 222

#BFDADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Powder Blue #BFDADE

Tints of Powder Blue #BFDADE

RGB

 RED value IS 191 (75% from 255) = 30.27%

 GREEN value IS 218 (85.55% from 255) = 34.55%

 BLUE value IS 222 (87.11% from 255) = 35.18%

R = 30.27%
G = 34.55%
B = 35.18%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFDADE (or 0xBFDADE) is known color: Powder Blue. HEX triplet: BF, DA and DE. RGB value is (191,218,222). Sum of RGB (Red+Green+Blue) = 191+218+222=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDADE is #402521. Grayscale: #D2D2D2. Windows color (decimal): -4203810 or 14604991. OLE color: 14604991.

HSL color Cylindrical-coordinate representation of color #BFDADE: hue angle of 187.74º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDADE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 218 222 -
CMYK 0.14 0.02 0 0.13
HSL 187.74º 0.32% 0.81% -
HSV(B) 187.74º 0.14% 0.87% -
XYZ 59.74 66.49 78.79 -
YUV 210.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 191 218 222 0.14 0.02 0 0.13 187.74 0.32 0.81
Hex BF DA DE E 2 0 D BC 20 51
Octal 277 332 336 16 2 0 15 274 40 121
Binary 10111111 11011010 11011110 1110 10 0 1101 10111100 100000 1010001

Color Harmonies of #BFDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDADE

Black with #BFDADE

Text Example


Text Example

White with #BFDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDADE; }

 p { color: rgb(191,218,222); }

 H1.HeaderClassName
 {
   color: #BFDADE;
 }
 .AnyTagClassName
 {
   color: #BFDADE;
 }
</style>

background-color css

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

 a { background-color: rgb(191,218,222); }

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

border-color css

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

 span { border-color: rgb(191,218,222); }

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