Html Css Color HEX #BDCFF0 Periwinkle

📋 copy color: '#BDCFF0'

red 189 ◦ green 207 ◦ blue 240

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

Shades of Periwinkle #BDCFF0

Tints of Periwinkle #BDCFF0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.55%

 BLUE value IS 240 (94.14% from 255) = 37.74%

R = 29.72%
G = 32.55%
B = 37.74%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDCFF0 (or 0xBDCFF0) is known color: Periwinkle. HEX triplet: BD, CF and F0. RGB value is (189,207,240). Sum of RGB (Red+Green+Blue) = 189+207+240=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFF0 is #42300F. Grayscale: #CDCDCD. Windows color (decimal): -4337680 or 15781821. OLE color: 15781821.

HSL color Cylindrical-coordinate representation of color #BDCFF0: hue angle of 218.82º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDCFF0 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 207 240 -
CMYK 0.21 0.14 0 0.06
HSL 218.82º 0.63% 0.84% -
HSV(B) 218.82º 0.21% 0.94% -
XYZ 59.03 61.74 91.24 -
YUV 205.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 189 207 240 0.21 0.14 0 0.06 218.82 0.63 0.84
Hex BD CF F0 15 E 0 6 DB 3F 54
Octal 275 317 360 25 16 0 6 333 77 124
Binary 10111101 11001111 11110000 10101 1110 0 110 11011011 111111 1010100

Color Harmonies of #BDCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCFF0

Black with #BDCFF0

Text Example


Text Example

White with #BDCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCFF0; }

 p { color: rgb(189,207,240); }

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

background-color css

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

 a { background-color: rgb(189,207,240); }

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

border-color css

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

 span { border-color: rgb(189,207,240); }

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