Html Css Color HEX #BDD5FE Periwinkle

📋 copy color: '#BDD5FE'

red 189 ◦ green 213 ◦ blue 254

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

Shades of Periwinkle #BDD5FE

Tints of Periwinkle #BDD5FE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.47%

 BLUE value IS 254 (99.61% from 255) = 38.72%

R = 28.81%
G = 32.47%
B = 38.72%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDD5FE (or 0xBDD5FE) is known color: Periwinkle. HEX triplet: BD, D5 and FE. RGB value is (189,213,254). Sum of RGB (Red+Green+Blue) = 189+213+254=656 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.81% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDD5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD5FE is #422A01. Grayscale: #D2D2D2. Windows color (decimal): -4336130 or 16700861. OLE color: 16700861.

HSL color Cylindrical-coordinate representation of color #BDD5FE: hue angle of 217.85º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD5FE is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 213 254 -
CMYK 0.26 0.16 0 0.00
HSL 217.85º 0.97% 0.87% -
HSV(B) 217.85º 0.26% 1% -
XYZ 62.67 65.56 103.12 -
YUV 210.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 189 213 254 0.26 0.16 0 0.00 217.85 0.97 0.87
Hex BD D5 FE 1A 10 0 0 DA 61 57
Octal 275 325 376 32 20 0 0 332 141 127
Binary 10111101 11010101 11111110 11010 10000 0 0 11011010 1100001 1010111

Color Harmonies of #BDD5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD5FE

Black with #BDD5FE

Text Example


Text Example

White with #BDD5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD5FE; }

 p { color: rgb(189,213,254); }

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

background-color css

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

 a { background-color: rgb(189,213,254); }

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

border-color css

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

 span { border-color: rgb(189,213,254); }

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