Html Css Color HEX #BDDFF6 Pattens Blue

📋 copy color: '#BDDFF6'

red 189 ◦ green 223 ◦ blue 246

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

Shades of Pattens Blue #BDDFF6

Tints of Pattens Blue #BDDFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.39%

R = 28.72%
G = 33.89%
B = 37.39%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDDFF6 (or 0xBDDFF6) is known color: Pattens Blue. HEX triplet: BD, DF and F6. RGB value is (189,223,246). Sum of RGB (Red+Green+Blue) = 189+223+246=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDFF6 is #422009. Grayscale: #D7D7D7. Windows color (decimal): -4333578 or 16179133. OLE color: 16179133.

HSL color Cylindrical-coordinate representation of color #BDDFF6: hue angle of 204.21º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDFF6 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 223 246 -
CMYK 0.23 0.09 0 0.04
HSL 204.21º 0.76% 0.85% -
HSV(B) 204.21º 0.23% 0.96% -
XYZ 64.01 70.25 97.37 -
YUV 215.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 189 223 246 0.23 0.09 0 0.04 204.21 0.76 0.85
Hex BD DF F6 17 9 0 4 CC 4C 55
Octal 275 337 366 27 11 0 4 314 114 125
Binary 10111101 11011111 11110110 10111 1001 0 100 11001100 1001100 1010101

Color Harmonies of #BDDFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFF6

Black with #BDDFF6

Text Example


Text Example

White with #BDDFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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