Html Css Color HEX #BFDFF8 Pattens Blue

📋 copy color: '#BFDFF8'

red 191 ◦ green 223 ◦ blue 248

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

Shades of Pattens Blue #BFDFF8

Tints of Pattens Blue #BFDFF8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.69%

 BLUE value IS 248 (97.27% from 255) = 37.46%

R = 28.85%
G = 33.69%
B = 37.46%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BFDFF8 (or 0xBFDFF8) is known color: Pattens Blue. HEX triplet: BF, DF and F8. RGB value is (191,223,248). Sum of RGB (Red+Green+Blue) = 191+223+248=662 (87% of max value = 765). Red value is 191 (75% from 255 or 28.85% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFDFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFF8 is #402007. Grayscale: #D8D8D8. Windows color (decimal): -4202504 or 16310207. OLE color: 16310207.

HSL color Cylindrical-coordinate representation of color #BFDFF8: hue angle of 206.32º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDFF8 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 223 248 -
CMYK 0.23 0.10 0 0.03
HSL 206.32º 0.8% 0.86% -
HSV(B) 206.32º 0.23% 0.97% -
XYZ 64.82 70.63 99.02 -
YUV 216.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 191 223 248 0.23 0.10 0 0.03 206.32 0.8 0.86
Hex BF DF F8 17 A 0 3 CE 50 56
Octal 277 337 370 27 12 0 3 316 120 126
Binary 10111111 11011111 11111000 10111 1010 0 11 11001110 1010000 1010110

Color Harmonies of #BFDFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDFF8

Black with #BFDFF8

Text Example


Text Example

White with #BFDFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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