Html Css Color HEX #BFDCEE Pattens Blue

📋 copy color: '#BFDCEE'

red 191 ◦ green 220 ◦ blue 238

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

Shades of Pattens Blue #BFDCEE

Tints of Pattens Blue #BFDCEE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.9%

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

R = 29.43%
G = 33.9%
B = 36.67%

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

#BFDCEE (or 0xBFDCEE) is known color: Pattens Blue. HEX triplet: BF, DC and EE. RGB value is (191,220,238). Sum of RGB (Red+Green+Blue) = 191+220+238=649 (85% of max value = 765). Red value is 191 (75% from 255 or 29.43% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDCEE is #402311. Grayscale: #D5D5D5. Windows color (decimal): -4203282 or 15654079. OLE color: 15654079.

HSL color Cylindrical-coordinate representation of color #BFDCEE: hue angle of 202.98º 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 #BFDCEE is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 220 238 -
CMYK 0.20 0.08 0 0.07
HSL 202.98º 0.58% 0.84% -
HSV(B) 202.98º 0.2% 0.93% -
XYZ 62.51 68.44 90.8 -
YUV 213.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 191 220 238 0.20 0.08 0 0.07 202.98 0.58 0.84
Hex BF DC EE 14 8 0 7 CB 3A 54
Octal 277 334 356 24 10 0 7 313 72 124
Binary 10111111 11011100 11101110 10100 1000 0 111 11001011 111010 1010100

Color Harmonies of #BFDCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCEE

Black with #BFDCEE

Text Example


Text Example

White with #BFDCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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