Html Css Color HEX #BFDAEE Pattens Blue

📋 copy color: '#BFDAEE'

red 191 ◦ green 218 ◦ blue 238

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

Shades of Pattens Blue #BFDAEE

Tints of Pattens Blue #BFDAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.79%

R = 29.52%
G = 33.69%
B = 36.79%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFDAEE (or 0xBFDAEE) is known color: Pattens Blue. HEX triplet: BF, DA and EE. RGB value is (191,218,238). Sum of RGB (Red+Green+Blue) = 191+218+238=647 (85% of max value = 765). Red value is 191 (75% from 255 or 29.52% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAEE is #402511. Grayscale: #D4D4D4. Windows color (decimal): -4203794 or 15653567. OLE color: 15653567.

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

Color convert

RGB 191 218 238 -
CMYK 0.20 0.08 0 0.07
HSL 205.53º 0.58% 0.84% -
HSV(B) 205.53º 0.2% 0.93% -
XYZ 61.99 67.39 90.63 -
YUV 212.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 191 218 238 0.20 0.08 0 0.07 205.53 0.58 0.84
Hex BF DA EE 14 8 0 7 CE 3A 54
Octal 277 332 356 24 10 0 7 316 72 124
Binary 10111111 11011010 11101110 10100 1000 0 111 11001110 111010 1010100

Color Harmonies of #BFDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAEE

Black with #BFDAEE

Text Example


Text Example

White with #BFDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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