Html Css Color HEX #BDDCF2 Pattens Blue

📋 copy color: '#BDDCF2'

red 189 ◦ green 220 ◦ blue 242

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

Shades of Pattens Blue #BDDCF2

Tints of Pattens Blue #BDDCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.17%

R = 29.03%
G = 33.79%
B = 37.17%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDDCF2 (or 0xBDDCF2) is known color: Pattens Blue. HEX triplet: BD, DC and F2. RGB value is (189,220,242). Sum of RGB (Red+Green+Blue) = 189+220+242=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDCF2 is #42230D. Grayscale: #D5D5D5. Windows color (decimal): -4334350 or 15916221. OLE color: 15916221.

HSL color Cylindrical-coordinate representation of color #BDDCF2: hue angle of 204.91º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDDCF2 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 220 242 -
CMYK 0.22 0.09 0 0.05
HSL 204.91º 0.67% 0.85% -
HSV(B) 204.91º 0.22% 0.95% -
XYZ 62.61 68.42 93.91 -
YUV 213.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 189 220 242 0.22 0.09 0 0.05 204.91 0.67 0.85
Hex BD DC F2 16 9 0 5 CD 43 55
Octal 275 334 362 26 11 0 5 315 103 125
Binary 10111101 11011100 11110010 10110 1001 0 101 11001101 1000011 1010101

Color Harmonies of #BDDCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCF2

Black with #BDDCF2

Text Example


Text Example

White with #BDDCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCF2; }

 p { color: rgb(189,220,242); }

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

background-color css

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

 a { background-color: rgb(189,220,242); }

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

border-color css

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

 span { border-color: rgb(189,220,242); }

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