Html Css Color HEX #BDDDF6 Pattens Blue

📋 copy color: '#BDDDF6'

red 189 ◦ green 221 ◦ blue 246

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

Shades of Pattens Blue #BDDDF6

Tints of Pattens Blue #BDDDF6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.69%

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

R = 28.81%
G = 33.69%
B = 37.5%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDDDF6 (or 0xBDDDF6) is known color: Pattens Blue. HEX triplet: BD, DD and F6. RGB value is (189,221,246). Sum of RGB (Red+Green+Blue) = 189+221+246=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDDDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF6 is #422209. Grayscale: #D6D6D6. Windows color (decimal): -4334090 or 16178621. OLE color: 16178621.

HSL color Cylindrical-coordinate representation of color #BDDDF6: hue angle of 206.32º 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 #BDDDF6 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 221 246 -
CMYK 0.23 0.10 0 0.04
HSL 206.32º 0.76% 0.85% -
HSV(B) 206.32º 0.23% 0.96% -
XYZ 63.48 69.19 97.2 -
YUV 214.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 189 221 246 0.23 0.10 0 0.04 206.32 0.76 0.85
Hex BD DD F6 17 A 0 4 CE 4C 55
Octal 275 335 366 27 12 0 4 316 114 125
Binary 10111101 11011101 11110110 10111 1010 0 100 11001110 1001100 1010101

Color Harmonies of #BDDDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDF6

Black with #BDDDF6

Text Example


Text Example

White with #BDDDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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