Html Css Color HEX #BFDAED Pattens Blue

📋 copy color: '#BFDAED'

red 191 ◦ green 218 ◦ blue 237

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

Shades of Pattens Blue #BFDAED

Tints of Pattens Blue #BFDAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.69%

R = 29.57%
G = 33.75%
B = 36.69%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFDAED (or 0xBFDAED) is known color: Pattens Blue. HEX triplet: BF, DA and ED. RGB value is (191,218,237). Sum of RGB (Red+Green+Blue) = 191+218+237=646 (85% of max value = 765). Red value is 191 (75% from 255 or 29.57% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAED is #402512. Grayscale: #D3D3D3. Windows color (decimal): -4203795 or 15588031. OLE color: 15588031.

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

Color convert

RGB 191 218 237 -
CMYK 0.19 0.08 0 0.07
HSL 204.78º 0.56% 0.84% -
HSV(B) 204.78º 0.19% 0.93% -
XYZ 61.84 67.33 89.86 -
YUV 212.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 191 218 237 0.19 0.08 0 0.07 204.78 0.56 0.84
Hex BF DA ED 13 8 0 7 CD 38 54
Octal 277 332 355 23 10 0 7 315 70 124
Binary 10111111 11011010 11101101 10011 1000 0 111 11001101 111000 1010100

Color Harmonies of #BFDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAED

Black with #BFDAED

Text Example


Text Example

White with #BFDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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