Html Css Color HEX #BDDFF7 Pattens Blue

📋 copy color: '#BDDFF7'

red 189 ◦ green 223 ◦ blue 247

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

Shades of Pattens Blue #BDDFF7

Tints of Pattens Blue #BDDFF7

RGB

 RED value IS 189 (74.22% from 255) = 28.68%

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

 BLUE value IS 247 (96.88% from 255) = 37.48%

R = 28.68%
G = 33.84%
B = 37.48%

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

#BDDFF7 (or 0xBDDFF7) is known color: Pattens Blue. HEX triplet: BD, DF and F7. RGB value is (189,223,247). Sum of RGB (Red+Green+Blue) = 189+223+247=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDDFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFF7 is #422008. Grayscale: #D7D7D7. Windows color (decimal): -4333577 or 16244669. OLE color: 16244669.

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

Color convert

RGB 189 223 247 -
CMYK 0.23 0.10 0 0.03
HSL 204.83º 0.78% 0.85% -
HSV(B) 204.83º 0.23% 0.97% -
XYZ 64.16 70.31 98.19 -
YUV 215.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 189 223 247 0.23 0.10 0 0.03 204.83 0.78 0.85
Hex BD DF F7 17 A 0 3 CD 4E 55
Octal 275 337 367 27 12 0 3 315 116 125
Binary 10111101 11011111 11110111 10111 1010 0 11 11001101 1001110 1010101

Color Harmonies of #BDDFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFF7

Black with #BDDFF7

Text Example


Text Example

White with #BDDFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFF7; }

 p { color: rgb(189,223,247); }

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

background-color css

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

 a { background-color: rgb(189,223,247); }

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

border-color css

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

 span { border-color: rgb(189,223,247); }

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