Html Css Color HEX #BDDDF4 Pattens Blue

📋 copy color: '#BDDDF4'

red 189 ◦ green 221 ◦ blue 244

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

Shades of Pattens Blue #BDDDF4

Tints of Pattens Blue #BDDDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.31%

R = 28.9%
G = 33.79%
B = 37.31%

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

#BDDDF4 (or 0xBDDDF4) is known color: Pattens Blue. HEX triplet: BD, DD and F4. RGB value is (189,221,244). Sum of RGB (Red+Green+Blue) = 189+221+244=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDF4 is #42220B. Grayscale: #D5D5D5. Windows color (decimal): -4334092 or 16047549. OLE color: 16047549.

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

Color convert

RGB 189 221 244 -
CMYK 0.23 0.09 0 0.04
HSL 205.09º 0.71% 0.85% -
HSV(B) 205.09º 0.23% 0.96% -
XYZ 63.17 69.06 95.59 -
YUV 214.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 189 221 244 0.23 0.09 0 0.04 205.09 0.71 0.85
Hex BD DD F4 17 9 0 4 CD 47 55
Octal 275 335 364 27 11 0 4 315 107 125
Binary 10111101 11011101 11110100 10111 1001 0 100 11001101 1000111 1010101

Color Harmonies of #BDDDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDF4

Black with #BDDDF4

Text Example


Text Example

White with #BDDDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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